Keep my Pinned Tab
Confirms when you try to close a pinned tab.
Cos'è Keep my Pinned Tab?
Keep my Pinned Tab è un'estensione di Chrome sviluppata da Cassiozen, e la sua funzione principale è "Confirms when you try to close a pinned tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keep my Pinned Tab
Scarica i file di estensione Keep my Pinned 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
Do you keep accidentally closing your pinned tabs? Do you hate yourself for this pesky behaviour? "Keep my Pinned Tab" is here to help, giving you a reminder every time you try to close a pinned tab. FAQ: ---- Q: I just installed and it didn't work!!! A: Only works with tabs pinned after you install the extension. You can unpin and pin again your existing tabs after installing. Source code: github.com/cassiozen/Keep-my-Pinned-Tab Icon credits: paomedia (github.com/paomedia/small-n-flat)
Informazioni di Base sull'Estensione
Nome | |
ID | dcebfccimkdnjbkibdmidghomhcodilp |
URL Ufficiale | https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp |
Descrizione | Confirms when you try to close a pinned tab. |
Dimensione del File | 14.05 KB |
Conteggio Installazioni | 747 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2014-09-26 |
Data di Pubblicazione | 2014-09-26 |
Valutazione | 2.37/5 Totale 30 Valutazioni |
Sviluppatore | Cassiozen |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keep my Pinned Tab", "version": "0.1.0", "manifest_version": 2, "description": "Confirms when you try to close a pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |