TimeCloud
Minimalistic Time Manager
TimeCloud क्या है?
TimeCloud TimeCloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Minimalistic Time Manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TimeCloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TimeCloud is an easy-to-use all-in-one time keeping extension for your browser. There are mainly four features: An alarm, a stopwatch, a timer, and a to-do list(tasks). The alarm feature helps you to set an alarm for a specified time. The alarm will notify you through a sound alert and a notification. The stopwatch feature helps you to use a stopwatch. This stopwatch even runs in the background and can be paused, played and reset. The timer feature helps you to set a timer for a specific amount of time. When the time is up, you will be notified through a notification. This also runs in the background. Lastly, we have the To-do list, where you can add, delete and check tasks. These tasks are stored even when chrome is shut down. creators: Aaryan Mohta and Namra Shah. If any bugs / glitches/ suggestions/queries, contact - [email protected]
एक्सटेंशन की मूल जानकारी
नाम | TimeCloud |
ID | mdfdnnffbjccpfopihhjnplnmedjgedd |
आधिकारिक URL | https://chromewebstore.google.com/detail/timecloud/mdfdnnffbjccpfopihhjnplnmedjgedd |
विवरण | Minimalistic Time Manager |
फ़ाइल का आकार | 223 KB |
स्थापना संख्या | 98 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-17 |
प्रकाशन तिथि | 2021-06-17 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | TimeCloud |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TimeCloud", "description": "Minimalistic Time Manager", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "notifications" ] } |