chrome-tabs-clustering-extension
chrome-tabs-clustering-extension copied to clipboard
Use various data clustering methods to group your tabs together.
trafficstars
Chrome Tabs Clustering
Chrome Tabs Clustering is a small Chrome extension which I developed to learn a bit about the extension API as well as some simple clustering algorithms.
This extension allows you to use clustering algorithms on your tabs in order to group them into a new window. This way you can group single topics at the click of a button instead of doing it all manually yourself.
Requirements
Clustering features
As of now, it should be possible to cluster by the following:
- Attribute
- Domain
- (Page) Title
- Method
- Key collision
- Keying function
- Fingerprint
- Ngram-fingerprint
- Metaphone3
- Cologne-phonetic
- Keying function
- Nearest neighbor
- Ngram size
- Distance function
- Levenshtein
- PPM
- Radius
- Block Chars
- Key collision
Acknowledgements
This extension was partially inspired by the clustering feature of OpenRefine.
License
The code is licensed under the MIT license. See license.txt.