Clean Timer
Helps you organize and optimize the tasks that matter for you
Clean Timer क्या है?
Clean Timer Hideki OTSUKA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps you organize and optimize the tasks that matter for you"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clean Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Organise yourself and manage your time easily by setting timers. Clean Timer offers a simple, very easy to use interface with a large nice display. Main features : - Set up multiple precise timers - Choose for each timer, the alarm you want - Pause & resume your timers at any time - Use a stopwatch and time yourself easily Note : I will try to regularly update this app so please send me an email if you find any bugs or if you have improvement suggestions.
एक्सटेंशन की मूल जानकारी
नाम | Clean Timer |
ID | jobneimllpaijdidliomlnekgjkjhpfn |
आधिकारिक URL | https://chromewebstore.google.com/detail/clean-timer/jobneimllpaijdidliomlnekgjkjhpfn |
विवरण | Helps you organize and optimize the tasks that matter for you |
फ़ाइल का आकार | 1.62 MB |
स्थापना संख्या | 658 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2020-04-10 |
प्रकाशन तिथि | 2020-04-10 |
रेटिंग | 4.14/5 कुल 7 रेटिंग्स |
डेवलपर | Hideki OTSUKA |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Timer", "version": "1.2.1", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Helps you organize and optimize the tasks that matter for you", "permissions": [ "storage", "alarms" ], "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Clean Timer", "default_popup": "popup.html", "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "manifest_version": 2 } |