LockScreen
Simple LockScreen Extension - Prim
LockScreen là gì?
LockScreen là một tiện ích mở rộng Chrome được phát triển bởi Linux Black, và tính năng chính của nó là "Simple LockScreen Extension - Prim".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LockScreen
Tải xuống các tệp mở rộng LockScreen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LockScreen |
ID | klddlfohkdjafbikhjcoophcamehkbhh |
URL Chính Thức | https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh |
Mô tả | Simple LockScreen Extension - Prim |
Kích Thước Tệp | 1.25 MB |
Số Lần Cài Đặt | 462 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-12-29 |
Ngày Phát Hành | 2015-12-29 |
Đánh Giá | 3.42/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Linux Black |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*" ] } |