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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Tabs Protection Password

ดาวน์โหลดไฟล์ส่วนขยาย Tabs Protection Password ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}