Tabs Protection Password
Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Vad är Tabs Protection Password?
Tabs Protection Password är en Chrome-tillägg utvecklad av https://www.hase.su, och dess huvudfunktion är "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".
Tilläggsskärmbilder
Ladda ner Tabs Protection Password-förlängningens CRX-fil
Ladda ner Tabs Protection Password-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Tabs Protection Password |
ID | ldphmgppmllkbknkbjkhpimlgjgkbogp |
Officiell webbadress | https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp |
Beskrivning | Saves and closes with a password of your open tabs. It prevents the creation of a new tab. |
Filstorlek | 1.38 MB |
Antal Installationer | 2,565 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-10-27 |
Publiceringsdatum | 2016-10-27 |
Betyg | 2.93/5 Totalt 27 Betyg |
Utvecklare | https://www.hase.su |
Betalningssätt | free |
Tilläggswebbplats | http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/ |
Stödda Språk | 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" } |