SiteBlock

Block sites to discourage procrastination

什麼是SiteBlock?

SiteBlock是由Costa開發的Chrome擴展程式,該擴展的主要功能是“Block sites to discourage procrastination”。

擴展截圖

screenshot

下載SiteBlock擴展crx文件

下載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
官方網址 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"
    ]
}