Lock it

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

Wat is Lock it?

Lock it is een Chrome-extensie ontwikkeld door Tigran Sargsyan, en de belangrijkste functie is "Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lock it

Download Lock it-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Lock it Lock it
ID magjmoeipkknhmpcojpeomlfgaofhfho
Officiële URL https://chrome.google.com/webstore/detail/lock-it/magjmoeipkknhmpcojpeomlfgaofhfho
Beschrijving Extension allows you to lock tabs based on address. If you lock a website you'll be asked for prompt on close.
Bestandsgrootte 118 KB
Aantal Installaties 9,000
Huidige Versie 0.3
Laatst Bijgewerkt 2014-10-08
Publicatiedatum 2014-10-08
Beoordeling 3.30/5 Totaal 103 Beoordelingen
Ontwikkelaar Tigran Sargsyan
Betalingswijze free
Ondersteunde Talen 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"
}