Lock for Google Chrome™

Locks chrome after a chosen amount of time.

Cos'è Lock for Google Chrome™?

Lock for Google Chrome™ è un'estensione di Chrome sviluppata da OGMdev, e la sua funzione principale è "Locks chrome after a chosen amount of time.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lock for Google Chrome™

Scarica i file di estensione Lock for Google Chrome™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        User specifies the time in intervals of 1, 5, 10,...90 minutes until chrome locks the page. Also can edit this preference while the timer is running.
1). enter your password to unlock later.
2). Simply click on the lock icon to choose the time. 
3). When the time is up a password authenticaton will popup 
4). unlock with your pw.                    

Informazioni di Base sull'Estensione

Nome Lock for Google Chrome™ Lock for Google Chrome™
ID eplgjobanbeabmgflcnfgdhcbnailejp
URL Ufficiale https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp
Descrizione Locks chrome after a chosen amount of time.
Dimensione del File 16.27 KB
Conteggio Installazioni 6,193
Versione Corrente 2.1
Ultimo Aggiornamento 2013-04-18
Data di Pubblicazione 2013-04-18
Valutazione 3.02/5 Totale 59 Valutazioni
Sviluppatore OGMdev
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "mLock.png",
        "default_title": "Lock page"
    },
    "description": "Locks chrome after a chosen amount of time.",
    "icons": {
        "128": "mLock.png",
        "16": "mLock.png",
        "48": "mLock.png"
    },
    "manifest_version": 2,
    "name": "Lock for Google Chrome\u2122",
    "permissions": [
        "background"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1"
}