Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Qu'est-ce que Tabs Protection Password ?
Tabs Protection Password est une extension Chrome développée par https://www.hase.su, et sa fonction principale est "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tabs Protection Password
Téléchargez les fichiers d'extension Tabs Protection Password au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
URL Officiel | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Description | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Taille du Fichier | 1.38 MB |
Nombre d'Installations | 2,565 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-10-27 |
Date de Publication | 2016-10-27 |
Évaluation | 2.93/5 Total 27 Évaluations |
Développeur | https://www.hase.su |
Type de Paiement | free |
Site Web de l'Extension | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Langues Prises en Charge | 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" } |