Site Locker

to lock your sites and increase productivity

Site Lockerとは何ですか?

Site LockerはAlbert-Wによって開発されたChromeの拡張機能で、その主な機能は「to lock your sites and increase productivity」です。

拡張機能のスクリーンショット

screenshot

Site Locker拡張機能のCRXファイルをダウンロード

Site Locker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's a super lightweight chrome extension to lock website and increase productivity.

In order to reduce the performance cost from this extension, I did not add any makeups nor jQuery.                    

拡張機能の基本情報

名前 Site Locker Site Locker
ID folahcfhclpiikbgfkehhbjoppbacbnc
公式URL https://chromewebstore.google.com/detail/site-locker/folahcfhclpiikbgfkehhbjoppbacbnc
説明 to lock your sites and increase productivity
ファイルサイズ 141 KB
インストール数 264
現在のバージョン 1.1.0
最終更新日 2020-09-02
公開日 2020-08-22
評価 5.00/5 合計 1 レビュー
開発者 Albert-W
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Albert-W/site-locker
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Locker",
    "description": "to lock your sites and increase productivity",
    "version": "1.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/favicon16.png",
            "32": "images\/favicon32.png",
            "48": "images\/favicon48.png",
            "128": "images\/favicon128.png"
        }
    },
    "icons": {
        "16": "images\/favicon16.png",
        "32": "images\/favicon32.png",
        "48": "images\/favicon48.png",
        "128": "images\/favicon128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "options_page": "options.html"
}