PawBlock

Block websites to prevent procrastination and excessive web surfing.

什麼是PawBlock?

PawBlock是由https://dannyguo.com開發的Chrome擴展程式,該擴展的主要功能是“Block websites to prevent procrastination and excessive web surfing.”。

擴展截圖

screenshot
screenshot
screenshot

下載PawBlock擴展crx文件

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

擴展使用說明

                        Block distracting sites with PawBlock when you need to get something done first.

Configure a blacklist of websites, and when you try to visit one, PawBlock will stop you and encourage you to get back to what you were doing.                    

擴展基本資訊

名稱 PawBlock PawBlock
ID jngmmiaolbliepfphdnelgfcclpnkoja
官方網址 https://chromewebstore.google.com/detail/pawblock/jngmmiaolbliepfphdnelgfcclpnkoja
簡介 Block websites to prevent procrastination and excessive web surfing.
檔案大小 948 KB
安裝次數 1,201
目前版本 0.5.1
更新時間 2022-12-26
上架時間 2018-05-28
評分 4.71/5 共 7 次評分
開發者 https://dannyguo.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pawblock.dannyguo.com
說明頁面URL https://github.com/dguo/pawblock/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PawBlock",
    "version": "0.5.1",
    "description": "Block websites to prevent procrastination and excessive web surfing.",
    "applications": {
        "gecko": {
            "id": "@pawblock"
        }
    },
    "icons": {
        "16": "images\/icon-16-on.png",
        "32": "images\/icon-32-on.png",
        "48": "images\/icon-48-on.png",
        "128": "images\/icon-128-on.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16-on.png",
            "32": "images\/icon-32-on.png",
            "48": "images\/icon-48-on.png",
            "128": "images\/icon-128-on.png"
        },
        "default_title": "PawBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "block.html"
    ]
}