LockScreen

Simple LockScreen Extension - Prim

什麼是LockScreen?

LockScreen是由Linux Black開發的Chrome擴展程式,該擴展的主要功能是“Simple LockScreen Extension - Prim”。

擴展截圖

screenshot
screenshot
screenshot

下載LockScreen擴展crx文件

下載LockScreen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 LockScreen LockScreen
ID klddlfohkdjafbikhjcoophcamehkbhh
官方網址 https://chromewebstore.google.com/detail/lockscreen/klddlfohkdjafbikhjcoophcamehkbhh
簡介 Simple LockScreen Extension - Prim
檔案大小 1.25 MB
安裝次數 462
目前版本 0.0.1
更新時間 2015-12-29
上架時間 2015-12-29
評分 3.42/5 共 19 次評分
開發者 Linux Black
付費類型 free
支援的語言 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": [
        "*"
    ]
}