PawBlock
Block websites to prevent procrastination and excessive web surfing.
PawBlockとは何ですか?
PawBlockはhttps://dannyguo.comによって開発されたChromeの拡張機能で、その主な機能は「Block websites to prevent procrastination and excessive web surfing.」です。
拡張機能のスクリーンショット
PawBlock拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |