Tabs Protection Password

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

O que é Tabs Protection Password?

Tabs Protection Password é uma extensão do Chrome desenvolvida por https://www.hase.su, e sua principal característica é "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tabs Protection Password

Baixe arquivos de extensão Tabs Protection Password no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
URL Oficial https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
Descrição Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Tamanho do Arquivo 1.38 MB
Contagem de Instalações 2,565
Versão Atual 1.0.1
Última Atualização 2016-10-27
Data de Publicação 2016-10-27
Classificação 2.93/5 Total de 27 Avaliações
Desenvolvedor https://www.hase.su
Tipo de Pagamento free
Site da Extensão http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
Idiomas Suportados 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"
}