Focused
Stop screwing around.
Focused क्या है?
Focused https://kellegous.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stop screwing around."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Focused एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
There are too many ways to waste time on the web. It seems simple enough to close my tabs for sites like Facebook, but then I follow a link to some Facebook content and before I realize it I'm debating American gun policy for the next hour. To make matters worse, Google+ distracts me with notifications even when I'm just trying to search the web. Focused makes it easy to block out those sites while you do what you really want to do. If you want to take a short break, just unlock the tab and Focused will shut it automatically in 5 minutes.
एक्सटेंशन की मूल जानकारी
नाम | Focused |
ID | kjlinclboadkdjmmcoolmnejpjjjdoep |
आधिकारिक URL | https://chromewebstore.google.com/detail/focused/kjlinclboadkdjmmcoolmnejpjjjdoep |
विवरण | Stop screwing around. |
फ़ाइल का आकार | 75.21 KB |
स्थापना संख्या | 156 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2013-01-22 |
प्रकाशन तिथि | 2013-01-22 |
रेटिंग | 4.38/5 कुल 21 रेटिंग्स |
डेवलपर | https://kellegous.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.5", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/cs.js", "js\/jquery.min.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/bg.js" ] }, "web_accessible_resources": [ "im\/bg.png", "im\/lock-lo.png", "im\/lock-hi.png", "im\/sig.png", "ss\/cs.css" ], "browser_action": { "default_icon": { "19": "im\/ba-lo.png", "38": "im\/ba-lo.png" }, "default_title": "__MSG_appName__" }, "icons": { "128": "im\/128.png", "64": "im\/064.png", "32": "im\/032.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |