MG Pomodoro Timer
MG Pomodoro Timer
MG Pomodoro Timer क्या है?
MG Pomodoro Timer http://maxgrass.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MG Pomodoro Timer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MG Pomodoro Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Powerful and yet super simple Pomodoro Timer App. No options! Just install it and you are ready! Don't overcomplicate your life with custom timers and sounds. Install it and use it! You'll see a badge with minutes for the work (blue), break (green) and long break (violet) periods. You'll hear an "AWESOME!" sound when next phase is starting. Clicking on the icon will START/STOP the pomodoro. Sound is being played by default. Reasons: another extensions are either buggy or bloated with over 9000 features which you actually never use. ENJOY IT! 📪 NOTE: No affiliation with Mr. Pomodoro. Changelog: 1.1.0 Implemented options. Disable sound and notifications if you must (Requested by the annoyed consumer András Oláh). 1.0.1. Missed popups (afk while running) are cleared, so only the recent activity is shown.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | adijccpjdchgfblpbipnhpeekboicjpg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mg-pomodoro-timer/adijccpjdchgfblpbipnhpeekboicjpg |
विवरण | MG Pomodoro Timer |
फ़ाइल का आकार | 40.43 KB |
स्थापना संख्या | 182 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2017-09-01 |
प्रकाशन तिथि | 2017-09-01 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | http://maxgrass.eu |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "Max Grass (http:\/\/maxgrass.eu)", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "description": "MG Pomodoro Timer", "icons": { "128": "icon_128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2, "name": "MG Pomodoro Timer", "short_name": "MGPomodoro", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "alarms", "idle", "notifications", "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "web_accessible_resources": [ "icon_128.png", "awwesome.mp3" ] } |