Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Wat is Tabs Protection Password?
Tabs Protection Password is een Chrome-extensie ontwikkeld door https://www.hase.su, en de belangrijkste functie is "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabs Protection Password
Download Tabs Protection Password-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
Officiële URL | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Beschrijving | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Bestandsgrootte | 1.38 MB |
Aantal Installaties | 2,565 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-10-27 |
Publicatiedatum | 2016-10-27 |
Beoordeling | 2.93/5 Totaal 27 Beoordelingen |
Ontwikkelaar | https://www.hase.su |
Betalingswijze | free |
Extensiewebsite | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Ondersteunde Talen | 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" } |