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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The 20 Second Rule Chrome Extension is a simple productivity tool that enables you to make distracting sites 20 seconds harder to…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में The 20 Second Rule एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |