PawBlock

Block websites to prevent procrastination and excessive web surfing.

PawBlockคืออะไร?

PawBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dannyguo.com และคุณลักษณะหลักของมันคือ "Block websites to prevent procrastination and excessive web surfing."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PawBlock

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}