Tab Commander

Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).

Cos'è Tab Commander?

Tab Commander è un'estensione di Chrome sviluppata da Matthew Hasbach, e la sua funzione principale è "Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Commander

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

                        Tab Commander has the following features:

- Only allow access to the domain of the active tab in the current window
- Disallow access to the domain of the active tab in the current window
- Hide the active tab in the current window
- Hide all tabs except the active tab in the current window
- Hide all tabs on the domain of the active tab in the current window
- Hide all tabs that are not on the domain of the active tab in the current window
- Manage hidden tabs. Hidden tabs can be removed or restored one at a time, a page at a time, or all at once.
- Remove all data (hidden tabs, allowed / blocked domains, and settings)

Hidden tabs, allowed / blocked domains, and settings are saved using the chrome.storage.sync API, which means those preferences will automatically be synced to all Chrome browsers you are logged in to, provided you have sync enabled.                    

Informazioni di Base sull'Estensione

Nome Tab Commander Tab Commander
ID hionageldjijhodeffdfbkecppfiadob
URL Ufficiale https://chromewebstore.google.com/detail/tab-commander/hionageldjijhodeffdfbkecppfiadob
Descrizione Block access to domains and hide / restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).
Dimensione del File 3.76 MB
Conteggio Installazioni 84
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-03-18
Data di Pubblicazione 2015-03-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Matthew Hasbach
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mjhasbach/tab-commander
URL della Pagina di Aiuto https://github.com/mjhasbach/tab-commander/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Commander",
    "description": "Block access to domains and hide \/ restore tabs. Data is synced to all Chrome browsers you are logged in to (if sync is enabled).",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "src\/img\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "128": "src\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "bower_components\/lodash\/lodash.js",
            "bower_components\/jquery\/dist\/jquery.js",
            "src\/js\/common.js",
            "src\/js\/events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ]
}