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…
Co je The 20 Second Rule?
The 20 Second Rule je rozšíření Chrome vyvinuté Brad Dennis, Ph.D., a jeho hlavní funkcí je „The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření The 20 Second Rule
Stáhněte si soubory rozšíření The 20 Second Rule ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | The 20 Second Rule |
ID | mlonnhlhamjoopabmomhbdlddiomojpp |
Oficiální URL | https://chromewebstore.google.com/detail/the-20-second-rule/mlonnhlhamjoopabmomhbdlddiomojpp |
Popis | The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to… |
Velikost souboru | 228 KB |
Počet instalací | 1,113 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-10-26 |
Datum Vydání | 2014-10-26 |
Hodnocení | 5.00/5 Celkem 8 Hodnocení |
Vývojář | Brad Dennis, Ph.D. |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |