LockScreen
Simple LockScreen Extension - Prim
Was ist LockScreen?
LockScreen ist eine Chrome-Erweiterung, die von Linux Black entwickelt wurde, und ihr Hauptmerkmal ist "Simple LockScreen Extension - Prim".
Erweiterungsscreenshots
LockScreen-Erweiterungs-CRX-Datei herunterladen
Laden Sie LockScreen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | LockScreen |
ID | klddlfohkdjafbikhjcoophcamehkbhh |
Offizielle URL | https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh |
Beschreibung | Simple LockScreen Extension - Prim |
Dateigröße | 1.25 MB |
Installationsanzahl | 462 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-12-29 |
Veröffentlichungsdatum | 2015-12-29 |
Bewertung | 3.42/5 Insgesamt 19 Bewertungen |
Entwickler | Linux Black |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ "*" ] } |