LockScreen
Simple LockScreen Extension - Prim
Cos'è LockScreen?
LockScreen è un'estensione di Chrome sviluppata da Linux Black, e la sua funzione principale è "Simple LockScreen Extension - Prim".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione LockScreen
Scarica i file di estensione LockScreen 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
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.
Informazioni di Base sull'Estensione
Nome | LockScreen |
ID | klddlfohkdjafbikhjcoophcamehkbhh |
URL Ufficiale | https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh |
Descrizione | Simple LockScreen Extension - Prim |
Dimensione del File | 1.25 MB |
Conteggio Installazioni | 462 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-12-29 |
Data di Pubblicazione | 2015-12-29 |
Valutazione | 3.42/5 Totale 19 Valutazioni |
Sviluppatore | Linux Black |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ "*" ] } |