SiteBlock
Block sites to discourage procrastination
SiteBlockとは何ですか?
SiteBlockはCostaによって開発されたChromeの拡張機能で、その主な機能は「Block sites to discourage procrastination」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |