Lock it

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

Apa itu Lock it?

Lock it adalah ekstensi Chrome yang dikembangkan oleh Tigran Sargsyan, dan fitur utamanya adalah "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lock it

Unduh file ekstensi Lock it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Lock it Lock it
ID magjmoeipkknhmpcojpeomlfgaofhfho
URL Resmi https://chrome.google.com/webstore/detail/lock-it/magjmoeipkknhmpcojpeomlfgaofhfho
Deskripsi Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.
Ukuran File 118 KB
Jumlah Instalasi 9,000
Versi Saat Ini 0.3
Terakhir Diperbarui 2014-10-08
Tanggal Publikasi 2014-10-08
Penilaian 3.30/5 Total 103 Penilaian
Pengembang Tigran Sargsyan
Tipe Pembayaran free
Bahasa yang Didukung 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"
}