Tabs Protection Password

Saves and closes with a password of your open tabs. It prevents the creation of a new tab.

Was ist Tabs Protection Password?

Tabs Protection Password ist eine Chrome-Erweiterung, die von https://www.hase.su entwickelt wurde, und ihr Hauptmerkmal ist "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Tabs Protection Password-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabs Protection Password-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
Offizielle URL https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
Beschreibung Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Dateigröße 1.38 MB
Installationsanzahl 2,565
Aktuelle Version 1.0.1
Letztes Update 2016-10-27
Veröffentlichungsdatum 2016-10-27
Bewertung 2.93/5 Insgesamt 27 Bewertungen
Entwickler https://www.hase.su
Zahlungsart free
Erweiterungswebsite http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
Unterstützte Sprachen 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"
}