Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
¿Qué es Tabs Protection Password?
Tabs Protection Password es una extensión de Chrome desarrollada por https://www.hase.su, y su función principal es "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tabs Protection Password
Descarga archivos de extensión Tabs Protection Password en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
URL Oficial | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Descripción | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Tamaño del Archivo | 1.38 MB |
Cantidad de Instalaciones | 2,565 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-10-27 |
Fecha de Publicación | 2016-10-27 |
Calificación | 2.93/5 Total de 27 Calificaciones |
Desarrollador | https://www.hase.su |
Tipo de Pago | free |
Sitio Web de la Extensión | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Idiomas Soportados | 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" } |