Break To Go
Simple time management web extension
Break To Go क्या है?
Break To Go staterz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple time management web extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Break To Go एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
BreakToGo is a simple browser extension to keep track of your work time and time for breaks. You can flexibly adjust the number of breaks, as well as their duration. You can also specify long breaks and the frequency of their appearance. In the settings you can: - Turn on or off the appearance of notifications about the start of a session of work or a break - Configure an optional list of sites to block during work sessions - Сhoose a time to start the timer automatically on workdays I would appreciate your feedback and suggestions. App development - Stas Bozhevskyi App design - Vlad Karpov
एक्सटेंशन की मूल जानकारी
नाम | Break To Go |
ID | nlflodogepdjjmgljoigbkepgiikkmee |
आधिकारिक URL | https://chromewebstore.google.com/detail/break-to-go/nlflodogepdjjmgljoigbkepgiikkmee |
विवरण | Simple time management web extension |
फ़ाइल का आकार | 172 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 1.2.2 |
अंतिम अपडेट | 2021-04-07 |
प्रकाशन तिथि | 2019-12-27 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | staterz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Break To Go", "version": "1.2.2", "description": "Simple time management web extension", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icons\/icon-inactive-16.png", "32": "icons\/icon-inactive-32.png", "48": "icons\/icon-inactive-48.png", "128": "icons\/icon-inactive-128.png" }, "default_title": "Have a good day with my time managment app", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-work-16.png", "32": "icons\/icon-work-32.png", "48": "icons\/icon-work-48.png", "128": "icons\/icon-work-128.png" }, "background": { "scripts": [ "libs\/jquery.min.js", "background.js" ], "persistent": true }, "permissions": [ "notifications", "storage", "activeTab", "tabs", "alarms" ], "options_page": "options-page\/options.html", "content_scripts": [ { "matches": [ " |