Tabs Protection Password

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

Tabs Protection Password क्या है?

Tabs Protection Password https://www.hase.su द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves and closes with a password of your open tabs. It prevents the creation of a new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tabs Protection Password एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
आधिकारिक URL https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
विवरण Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
फ़ाइल का आकार 1.38 MB
स्थापना संख्या 2,565
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-10-27
प्रकाशन तिथि 2016-10-27
रेटिंग 2.93/5 कुल 27 रेटिंग्स
डेवलपर https://www.hase.su
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
समर्थित भाषाएँ 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"
}