Tabs Protection Password

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

Tabs Protection Password là gì?

Tabs Protection Password là một tiện ích mở rộng Chrome được phát triển bởi https://www.hase.su, và tính năng chính của nó là "Saves and closes with a password of your open tabs. It prevents the creation of a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tabs Protection Password

Tải xuống các tệp mở rộng Tabs Protection Password dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tabs Protection Password Tabs Protection Password
ID ldphmgppmllkbknkbjkhpimlgjgkbogp
URL Chính Thức https://chromewebstore.google.com/detail/tabs-protection-password/ldphmgppmllkbknkbjkhpimlgjgkbogp
Mô tả Saves and closes with a password of your open tabs. It prevents the creation of a new tab.
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 2,565
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-10-27
Ngày Phát Hành 2016-10-27
Đánh Giá 2.93/5 Tổng số 27 Đánh Giá
Nhà Phát Triển https://www.hase.su
Loại Thanh Toán free
Trang Web Mở Rộng http://hase.su/my-portfolio/skrytie-zashhita-otkrytiya-vkladok-pod-parolem/
Ngôn Ngữ Được Hỗ Trợ 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"
}