Stay focused
Get a reminder to stay on task when you open a new tab to procrastinate.
Stay focused क्या है?
Stay focused https://paulspelman.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a reminder to stay on task when you open a new tab to procrastinate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stay focused एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If you find yourself constantly opening new tabs to procrastinate while you should be working, this extension was created for you! Each time you open a new tab, you'll get a quote that'll help you resist the urge to waste time, and motivate you to get back to work. // If you have a quote you'd like me to add to the extension - just email me at [email protected] - cheers!
एक्सटेंशन की मूल जानकारी
नाम | Stay focused |
ID | hdapgldmkapoplmijdlennaekoaaekcn |
आधिकारिक URL | https://chromewebstore.google.com/detail/stay-focused/hdapgldmkapoplmijdlennaekoaaekcn |
विवरण | Get a reminder to stay on task when you open a new tab to procrastinate. |
फ़ाइल का आकार | 33.63 KB |
स्थापना संख्या | 91 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-06-28 |
प्रकाशन तिथि | 2019-06-28 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://paulspelman.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stay focused", "description": "Get a reminder to stay on task when you open a new tab to procrastinate.", "version": "1.0", "author": "Paul Spelman", "browser_action": { "default_icon": "favicon-128.png", "default_title": "Stay focused" }, "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "96": "favicon-96x96.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "activeTab" ] } |