The 20 Second Rule
The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…
The 20 Second Ruleとは何ですか?
The 20 Second RuleはBrad Dennis, Ph.D.によって開発されたChromeの拡張機能で、その主な機能は「The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…」です。
拡張機能のスクリーンショット
The 20 Second Rule拡張機能のCRXファイルをダウンロード
The 20 Second Rule拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to get to. It is based upon the 20 Second Rule in The Happiness Advantage by Shawn Anchor.
拡張機能の基本情報
名前 | The 20 Second Rule |
ID | mlonnhlhamjoopabmomhbdlddiomojpp |
公式URL | https://chromewebstore.google.com/detail/the-20-second-rule/mlonnhlhamjoopabmomhbdlddiomojpp |
説明 | The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to… |
ファイルサイズ | 228 KB |
インストール数 | 1,113 |
現在のバージョン | 1.0 |
最終更新日 | 2014-10-26 |
公開日 | 2014-10-26 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | Brad Dennis, Ph.D. |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/icon-off-19.png", "38": "icons\/icon-off-38.png" }, "default_popup": "popup\/popup.html", "default_title": "The 20 Second Rule" }, "icons": { "128": "icons\/icon-off-128.png" }, "name": "The 20 Second Rule", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "version": "1.0", "manifest_version": 2, "web_accessible_resources": [ "inject\/inject.css" ], "options_page": "options\/options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject\/inject.js" ], "run_at": "document_start" } ] } |