Lock for Google Chrome™

Locks chrome after a chosen amount of time.

Qu'est-ce que Lock for Google Chrome™ ?

Lock for Google Chrome™ est une extension Chrome développée par OGMdev, et sa fonction principale est "Locks chrome after a chosen amount of time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lock for Google Chrome™

Téléchargez les fichiers d'extension Lock for Google Chrome™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lock for Google Chrome™ Lock for Google Chrome™
ID eplgjobanbeabmgflcnfgdhcbnailejp
URL Officiel https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp
Description Locks chrome after a chosen amount of time.
Taille du Fichier 16.27 KB
Nombre d'Installations 6,193
Version Actuelle 2.1
Dernière Mise à Jour 2013-04-18
Date de Publication 2013-04-18
Évaluation 3.02/5 Total 59 Évaluations
Développeur OGMdev
Type de Paiement free
Langues Prises en Charge 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"
}