Lock it

Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.

Lock it là gì?

Lock it là một tiện ích mở rộng Chrome được phát triển bởi Tigran Sargsyan, và tính năng chính của nó là "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.".

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

screenshot

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

Tải xuống các tệp mở rộng Lock it 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

                        Update: Added deadlock feature, allows you to have your tabs reopened even if you close them after warning. Selecting this option is not recommended. Deadlock can be found in Lock it extension options.                    

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

Tên Lock it Lock it
ID magjmoeipkknhmpcojpeomlfgaofhfho
URL Chính Thức https://chrome.google.com/webstore/detail/lock-it/magjmoeipkknhmpcojpeomlfgaofhfho
Mô tả Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2014-10-08
Ngày Phát Hành 2014-10-08
Đánh Giá 3.30/5 Tổng số 103 Đánh Giá
Nhà Phát Triển Tigran Sargsyan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.",
    "icons": {
        "256": "icon_256.png",
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "Lock it",
    "page_action": {
        "default_icon": "unlocked_19.png",
        "default_title": "Unlocked"
    },
    "permissions": [
        "storage",
        "tabs",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "version": "0.3"
}