https://github.com/tani/tidy-tabs
https://github.com/tani/tidy-tabs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tani/tidy-tabs
- Owner: tani
- Created: 2023-12-22T16:50:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-02T11:59:42.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:51:08.694Z (2 months ago)
- Language: JavaScript
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tidy Tabs
[](https://chromewebstore.google.com/detail/tidy-tabs/geilkiigpbckhddbddokhnmdfpkcdgno)
[](https://addons.mozilla.org/firefox/addon/tidy_tabs/)Tidy Tabs is a browser extension that keeps your tabs tidy. It allows you to
automatically sort tabs based on their domain as follows:- It compares components (top-level domain, second-level domain, etc.)
lexicographically. (e.g. com is smaller than org, example1 is smaller than
example2)
- It compares hostnames reverse lexicographically. (e.g. example1.com is smaller
than example2.org because com is smaller than org)
- If one hostname contains another, the shorter one is smaller. (e.g.
example2.org is smaller than www.example2.org because example2.org is shorter
than www.example2.org)# Availability
- Firefox: https://addons.mozilla.org/firefox/addon/tidy_tabs/
- Chrome: https://chromewebstore.google.com/detail/tidy-tabs/geilkiigpbckhddbddokhnmdfpkcdgno# License
Tidy Tabs is licensed under the MIT license.
# Copyright
This project is created by TANIGUCHI Masaya.