Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Cos'è Tabs Protection Password?
Tabs Protection Password è un'estensione di Chrome sviluppata da https://www.hase.su, e la sua funzione principale è "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tabs Protection Password
Scarica i file di estensione Tabs Protection Password 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
Quickly hide and protect your tabs with a password. Protect your tabs, browser history and downloads from being viewed by your supervisor at work and your children at home in just a single click!
Informazioni di Base sull'Estensione
Nome | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
URL Ufficiale | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Descrizione | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Dimensione del File | 1.38 MB |
Conteggio Installazioni | 2,565 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-10-27 |
Data di Pubblicazione | 2016-10-27 |
Valutazione | 2.93/5 Totale 27 Valutazioni |
Sviluppatore | https://www.hase.su |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Lingue Supportate | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/19x19.png", "default_title": "__MSG_unlocked__" }, "default_locale": "en", "description": "__MSG_app_description__", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "__MSG_app_name__", "permissions": [ "tabs", "storage" ], "version": "1.0.1" } |