Static Tab
This extension prevents you from opening more than one tab with the same base URL
Cos'è Static Tab?
Static Tab è un'estensione di Chrome sviluppata da tangodanc, e la sua funzione principale è "This extension prevents you from opening more than one tab with the same base URL".
Scarica il file CRX dell'estensione Static Tab
Scarica i file di estensione Static Tab 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
Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy
Informazioni di Base sull'Estensione
Nome | |
ID | dmiimckjmaahelmagmbfcmnglekdipcc |
URL Ufficiale | https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc |
Descrizione | This extension prevents you from opening more than one tab with the same base URL |
Dimensione del File | 192 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-04-14 |
Data di Pubblicazione | 2015-04-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | tangodanc |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Static Tab", "version": "0.0.1", "manifest_version": 2, "description": "This extension prevents you from opening more than one tab with the same base URL", "homepage_url": "http:\/\/hightechfor.me", "icons": { "16": "icons\/statictab16.png", "48": "icons\/statictab48.png", "128": "icons\/statictab128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "contextMenus", "cookies", "idle", "management", "tabs" ] } |