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…
Was ist The 20 Second Rule?
The 20 Second Rule ist eine Chrome-Erweiterung, die von Brad Dennis, Ph.D. entwickelt wurde, und ihr Hauptmerkmal ist "The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…".
Erweiterungsscreenshots
The 20 Second Rule-Erweiterungs-CRX-Datei herunterladen
Laden Sie The 20 Second Rule-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | The 20 Second Rule |
ID | mlonnhlhamjoopabmomhbdlddiomojpp |
Offizielle URL | https://chromewebstore.google.com/detail/the-20-second-rule/mlonnhlhamjoopabmomhbdlddiomojpp |
Beschreibung | The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to… |
Dateigröße | 228 KB |
Installationsanzahl | 1,113 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-10-26 |
Veröffentlichungsdatum | 2014-10-26 |
Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
Entwickler | Brad Dennis, Ph.D. |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |