Lock for Google Chrome™

Locks chrome after a chosen amount of time.

Wat is Lock for Google Chrome™?

Lock for Google Chrome™ is een Chrome-extensie ontwikkeld door OGMdev, en de belangrijkste functie is "Locks chrome after a chosen amount of time.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lock for Google Chrome™

Download Lock for Google Chrome™-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

                        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.                    

Basisinformatie over de Extensie

Naam Lock for Google Chrome™ Lock for Google Chrome™
ID eplgjobanbeabmgflcnfgdhcbnailejp
Officiële URL https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp
Beschrijving Locks chrome after a chosen amount of time.
Bestandsgrootte 16.27 KB
Aantal Installaties 6,193
Huidige Versie 2.1
Laatst Bijgewerkt 2013-04-18
Publicatiedatum 2013-04-18
Beoordeling 3.02/5 Totaal 59 Beoordelingen
Ontwikkelaar OGMdev
Betalingswijze free
Ondersteunde Talen 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"
}