Pinned means Pinned!
Prevents closing of pinned tab.
Cos'è Pinned means Pinned!?
Pinned means Pinned! è un'estensione di Chrome sviluppata da blueCmd, e la sua funzione principale è "Prevents closing of pinned tab.".
Scarica il file CRX dell'estensione Pinned means Pinned!
Scarica i file di estensione Pinned means Pinned! 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
When a pinned tab is closed an identical tab is opened and replaces the current tab. Source: https://github.com/bluecmd/pinned-means-pinned Based on: https://github.com/cassiozen/Keep-my-Pinned-Tab
Informazioni di Base sull'Estensione
Nome | |
ID | pimlphlelaemjpnjibaacbcgfmccookn |
URL Ufficiale | https://chrome.google.com/webstore/detail/pinned-means-pinned/pimlphlelaemjpnjibaacbcgfmccookn |
Descrizione | Prevents closing of pinned tab. |
Dimensione del File | 14.04 KB |
Conteggio Installazioni | 207 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-04-28 |
Data di Pubblicazione | 2015-04-28 |
Valutazione | 4.90/5 Totale 10 Valutazioni |
Sviluppatore | blueCmd |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinned means Pinned!", "version": "1.1", "manifest_version": 2, "description": "Prevents closing of pinned tab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "bg\/background.js" ], "persistent": true }, "permissions": [ "tabs" ] } |