SiteBlock

Block sites to discourage procrastination

SiteBlockคืออะไร?

SiteBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Costa และคุณลักษณะหลักของมันคือ "Block sites to discourage procrastination"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SiteBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find yourself visiting websites unrelated to your current task, even without thinking? Place a barrier in your way by blocking the sites with SiteBlock.

Set the list of sites in the Extension Options. Access it through the Chrome menu, under  More Tools -> Extensions -> SiteBlock -> Details -> Extension Options. 

Changelog:
  - 0.2.4 - code reorganize by Sapronov Alex 
  - 0.2.3 - work around bug in Chrome 17 and later that was causing some tabs not to be filtered / migrate to manifest v2 format required by upcoming Chrome                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SiteBlock SiteBlock
ID pfglnpdpgmecffbejlfgpnebopinlclj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/siteblock/pfglnpdpgmecffbejlfgpnebopinlclj
คำอธิบาย Block sites to discourage procrastination
ขนาดไฟล์ 31.85 KB
จำนวนการติดตั้ง 98,836
เวอร์ชันปัจจุบัน 0.2.4
อัปเดตครั้งล่าสุด 2020-11-21
วันที่เผยแพร่ 2018-10-04
คะแนน 4.34/5 รวมทั้งหมด 911 คะแนน
ผู้พัฒนา Costa
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/csapuntz/siteblock
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteBlock",
    "version": "0.2.4",
    "description": "Block sites to discourage procrastination",
    "options_page": "html\/options.html",
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "tabs"
    ]
}