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…
Wat is The 20 Second Rule?
The 20 Second Rule is een Chrome-extensie ontwikkeld door Brad Dennis, Ph.D., en de belangrijkste functie is "The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…".
Extensie Screenshots
Download het CRX-bestand van de extensie The 20 Second Rule
Download The 20 Second Rule-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | The 20 Second Rule |
ID | mlonnhlhamjoopabmomhbdlddiomojpp |
Officiële URL | https://chromewebstore.google.com/detail/the-20-second-rule/mlonnhlhamjoopabmomhbdlddiomojpp |
Beschrijving | The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to… |
Bestandsgrootte | 228 KB |
Aantal Installaties | 1,113 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-10-26 |
Publicatiedatum | 2014-10-26 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Brad Dennis, Ph.D. |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |