10-Second Focus
Distraction deterrent!
10-Second Focusとは何ですか?
10-Second Focusはrredによって開発されたChromeの拡張機能で、その主な機能は「Distraction deterrent!」です。
拡張機能のスクリーンショット
10-Second Focus拡張機能のCRXファイルをダウンロード
10-Second Focus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple distraction deterrent via a site blocker that is reasonable enough to stick with long-term.
Functionality: Blocks distracting sites then only allows you to re-access them after 10 seconds of mindfulness. With this conscious barrier from mindless behavior, it makes it harder to get off-task but doesn't cut you off completely.
Features: Lightweight design, non-invasive permissions, customizable block list/deterrent timer/unblock period. 拡張機能の基本情報
| 名前 | |
| ID | pknpbhgcekdpigobealnbgjbeaonegad |
| 公式URL | https://chromewebstore.google.com/detail/10-second-focus/pknpbhgcekdpigobealnbgjbeaonegad |
| 説明 | Distraction deterrent! |
| ファイルサイズ | 48.29 KB |
| インストール数 | 712 |
| 現在のバージョン | 0.13 |
| 最終更新日 | 2019-02-18 |
| 公開日 | 2019-02-18 |
| 評価 | 5.00/5 合計 16 レビュー |
| 開発者 | rred |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "10-Second Focus",
"manifest_version": 2,
"version": "0.13",
"description": "Distraction deterrent!",
"icons": {
"16": "view\/img\/img38.png",
"48": "view\/img\/img48.png",
"128": "view\/img\/img128.png"
},
"permissions": [
"activeTab",
"storage",
"tabs"
],
"background": {
"page": "bg.html",
"persistent": false
},
"options_page": "view\/options.html",
"web_accessible_resources": [
"view\/js\/jquery.min.map",
"view\/deterrent.html"
],
"browser_action": {
"default_icon": {
"48": "view\/img\/img48.png",
"38": "view\/img\/img38.png"
},
"default_title": "10-Second Focus",
"default_popup": "view\/popup.html"
}
} | |