LockScreen

Simple LockScreen Extension - Prim

Qu'est-ce que LockScreen ?

LockScreen est une extension Chrome développée par Linux Black, et sa fonction principale est "Simple LockScreen Extension - Prim".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension LockScreen

Téléchargez les fichiers d'extension LockScreen 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

                        Protect Sensitive information at work.

LockScreen is designed to allow the user to lock sensitive pages- with a password protected pop-up box. 

Pages can be manually locked, automatically locked or time locked. 

If you are minimalist browser lock,try LockScreen. 

If you have suggestions, questions or comments simply click on the Support link and post in the forum.                    

Informations de Base sur l'Extension

Nom LockScreen LockScreen
ID klddlfohkdjafbikhjcoophcamehkbhh
URL Officiel https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh
Description Simple LockScreen Extension - Prim
Taille du Fichier 1.25 MB
Nombre d'Installations 462
Version Actuelle 0.0.1
Dernière Mise à Jour 2015-12-29
Date de Publication 2015-12-29
Évaluation 3.42/5 Total 19 Évaluations
Développeur Linux Black
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "contextMenus"
    ],
    "name": "LockScreen",
    "description": "Simple LockScreen Extension - Prim",
    "version": "0.0.1",
    "content_scripts": [
        {
            "js": [
                "jquery-1.8.3.min.js",
                "js\/MYmaterialize.js",
                "content.js"
            ],
            "css": [
                "css\/MYmaterialize.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Simple LockScreen Extension - Prim"
    },
    "web_accessible_resources": [
        "*"
    ]
}