Sort those Tabs

Organize large browsing sessions with ease

Wat is Sort those Tabs?

Sort those Tabs is een Chrome-extensie ontwikkeld door purpleapps, en de belangrijkste functie is "Organize large browsing sessions with ease".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sort those Tabs

Download Sort those Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Sort those Tabs Sort those Tabs
ID hkpcnabklhpajnjmmfmnpihcjjkojjpg
Officiële URL https://chromewebstore.google.com/detail/sort-those-tabs/hkpcnabklhpajnjmmfmnpihcjjkojjpg
Beschrijving Organize large browsing sessions with ease
Bestandsgrootte 215 KB
Aantal Installaties 310
Huidige Versie 1.1.0
Laatst Bijgewerkt 2019-03-08
Publicatiedatum 2019-03-08
Beoordeling 3.60/5 Totaal 5 Beoordelingen
Ontwikkelaar purpleapps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/f-jiang/sort-those-tabs
Ondersteunde Talen 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'"
}