Tabs Protection Password

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

Co to jest Tabs Protection Password?

Tabs Protection Password to rozszerzenie Chrome opracowane przez https://www.hase.su, a jego główną funkcją jest „Saves and closes with a password of your open tabs. It prevents the creation of a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tabs Protection Password

Pobierz pliki rozszerzeń Tabs Protection Password w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
Oficjalny URL https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
Opis Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Rozmiar pliku 1.38 MB
Liczba instalacji 2,565
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-10-27
Data Publikacji 2016-10-27
Ocena 2.93/5 Łącznie 27 Oceny
Deweloper https://www.hase.su
Typ Płatności free
Strona Rozszerzenia http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
Obsługiwane Języki 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"
}