DistractBlock
Temporarily block websites - *** STUDY AID ***
DistractBlockとは何ですか?
DistractBlockはpandaDevsによって開発されたChromeの拡張機能で、その主な機能は「Temporarily block websites - *** STUDY AID ***」です。
拡張機能のスクリーンショット
DistractBlock拡張機能のCRXファイルをダウンロード
DistractBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Be more productive and stay focused with DistractBlock. A simple, easy to use study aid to block distracting websites. You can block sites individually or you can create a list of sites to block in a single click. Sites continue to be blocked until the user selected timer runs out. Please do not hesitate to email me any issues/suggestions you have before giving negative feedback! I will try and fix issues ASAP.
拡張機能の基本情報
名前 | |
ID | chkocephofomhgkamlgndfolgpgddhnf |
公式URL | https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf |
説明 | Temporarily block websites - *** STUDY AID *** |
ファイルサイズ | 153 KB |
インストール数 | 90 |
現在のバージョン | 1.1 |
最終更新日 | 2017-03-08 |
公開日 | 2017-03-08 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | pandaDevs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DistractBlock", "short_name": "DistractBlock", "description": "Temporarily block websites - *** STUDY AID ***", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": "img\/icons\/not_active_64.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "icons": { "32": "img\/icons\/active_32.png", "64": "img\/icons\/active_64.png", "128": "img\/icons\/active_128.png" }, "web_accessible_resources": [ "blocked.html" ], "permissions": [ "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "declarativeContent", "storage" ] } |