Tabs Protection Password

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

Hvad er Tabs Protection Password?

Tabs Protection Password er en Chrome-udvidelse udviklet af https://www.hase.su, og dens hovedfunktion er "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Tabs Protection Password-udvidelses-CRX-fil

Download Tabs Protection Password-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
Officiel URL https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
Beskrivelse Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Filstørrelse 1.38 MB
Antal Installationer 2,565
Nuværende Version 1.0.1
Senest Opdateret 2016-10-27
Udgivelsesdato 2016-10-27
Bedømmelse 2.93/5 Samlet 27 Bedømmelser
Udvikler https://www.hase.su
Betalingsmetode free
Udvidelseswebsted http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
Understøttede Sprog 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"
}