Lock for Google Chrome™

Locks chrome after a chosen amount of time.

Vad är Lock for Google Chrome™?

Lock for Google Chrome™ är en Chrome-tillägg utvecklad av OGMdev, och dess huvudfunktion är "Locks chrome after a chosen amount of time.".

Tilläggsskärmbilder

screenshot

Ladda ner Lock for Google Chrome™-förlängningens CRX-fil

Ladda ner Lock for Google Chrome™-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Lock for Google Chrome™ Lock for Google Chrome™
ID eplgjobanbeabmgflcnfgdhcbnailejp
Officiell webbadress https://chromewebstore.google.com/detail/lock-for-google-chrome/eplgjobanbeabmgflcnfgdhcbnailejp
Beskrivning Locks chrome after a chosen amount of time.
Filstorlek 16.27 KB
Antal Installationer 6,193
Aktuell Version 2.1
Senast Uppdaterad 2013-04-18
Publiceringsdatum 2013-04-18
Betyg 3.02/5 Totalt 59 Betyg
Utvecklare OGMdev
Betalningssätt free
Stödda Språk 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"
}