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 |
官方網址 | 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" } ] } |