Sort those Tabs
Organize large browsing sessions with ease
Cos'è Sort those Tabs?
Sort those Tabs è un'estensione di Chrome sviluppata da purpleapps, e la sua funzione principale è "Organize large browsing sessions with ease".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sort those Tabs
Scarica i file di estensione Sort those Tabs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Organizing your Chrome tabs in a large, multi-window browsing session can be a pain. Sort those Tabs makes this process quick and easy.
- Access all your Chrome windows and tabs from the same page
- Easily close, transfer, and re-order your Chrome tabs and windows
- Automatically sort tabs by title or domain name
- Automatically remove duplicate tabs
- Apply or reset your changes with the click of a button
Changelog for v1.1.0:
- Updated button icons
- Shortened button tooltip titles
- Clicking on a tab now brings it into focus
- Added session and window-level sorting for the following features:
- Sorting by domain name
- Sorting by tab title
- Removal of duplicate tabs Informazioni di Base sull'Estensione
| Nome | |
| ID | hkpcnabklhpajnjmmfmnpihcjjkojjpg |
| URL Ufficiale | https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg |
| Descrizione | Organize large browsing sessions with ease |
| Dimensione del File | 215 KB |
| Conteggio Installazioni | 310 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2019-03-08 |
| Data di Pubblicazione | 2019-03-08 |
| Valutazione | 3.60/5 Totale 5 Valutazioni |
| Sviluppatore | purpleapps |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/f-jiang/sort-those-tabs |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sort those Tabs",
"description": "Organize large browsing sessions with ease",
"version": "1.1.0",
"browser_action": [],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"permissions": [
"tabs",
"background"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |