Pomodoro Clock
Simple background timer for productivity
Pomodoro Clock क्या है?
Pomodoro Clock Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple background timer for productivity"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pomodoro Clock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Thanks to the timer, you can focus on work. 1. Select the duration of the work session and the rest session and turn on the timer 2. Take care of what you wanted to focus on 3. The timer will notify you of the start time of the sound, and then the start time of the new work session 4. Repeat the required number of sessions to achieve the result Work and rest cycles help minimize procrastination and make better use of your time. In a working session, you complete the task without being distracted. In the rest session, do what you want. Do not forget that this is just a tool, everything is in your hands.
एक्सटेंशन की मूल जानकारी
नाम | Pomodoro Clock |
ID | pfbgmmjloigajfgnfmgmdbafaedpmlml |
आधिकारिक URL | https://chromewebstore.google.com/detail/pomodoro-clock/pfbgmmjloigajfgnfmgmdbafaedpmlml |
विवरण | Simple background timer for productivity |
फ़ाइल का आकार | 54.19 KB |
स्थापना संख्या | 11 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-06-12 |
प्रकाशन तिथि | 2020-06-12 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Clock", "version": "1.1.0", "description": "Simple background timer for productivity", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/tomato16.png", "32": "img\/tomato32.png", "48": "img\/tomato48.png", "128": "img\/tomato128.png" } }, "icons": { "16": "img\/tomato16.png", "32": "img\/tomato32.png", "48": "img\/tomato48.png", "128": "img\/tomato128.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |