TabOrganizer

This extension provides quick actions to manage tabs.

Cos'è TabOrganizer?

TabOrganizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension provides quick actions to manage tabs.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TabOrganizer

Scarica i file di estensione TabOrganizer 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

                        Simple Chrome extension to manage tabs. Offers the follow commands:

- Sort By Title
    - Sorts all tabs in the current window by the Title of the page loaded in the tab.
- Sort By Website
    - Sorts all tabs in the current window by the URL of the page loaded in the tab.
- Sort By Domain
    - Sorts all tabs in the current window by the root domain the page loaded in the tab. This ignores all subdomains.
- Merge All Windows
    - Moves all tabs from other windows and appends them to the end of the current window.
- Move Tab to New Window
    - Creates a new window with the current tab.                    

Informazioni di Base sull'Estensione

Nome TabOrganizer TabOrganizer
ID pihippcgjjgehpboiemeenhclbohhblo
URL Ufficiale https://chromewebstore.google.com/detail/taborganizer/pihippcgjjgehpboiemeenhclbohhblo
Descrizione This extension provides quick actions to manage tabs.
Dimensione del File 21.05 KB
Conteggio Installazioni 58
Versione Corrente 1.0.1
Ultimo Aggiornamento 2020-05-14
Data di Pubblicazione 2020-05-13
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/adrum/chrome-tab-organizer
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabOrganizer",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "This extension provides quick actions to manage tabs.",
    "homepage_url": "https:\/\/github.com\/adrum\/chrome-tab-organizer",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TabOrganizer",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}