CountDown Timer
Use to count the number of days,hours,sec remaining
CountDown Timer क्या है?
CountDown Timer Sumit Shitole द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use to count the number of days,hours,sec remaining"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CountDown Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Introducing our Chrome extension – a powerful countdown timer at your fingertips! Stay organized and boost productivity with our user-friendly timer. Set customizable countdowns for any task or event, whether it's a work deadline, study session, or a quick break. Enhance your time management skills and stay on track with this intuitive tool. Download now for a seamless countdown experience right in your browser! We have updated the design of extension and added few features.
एक्सटेंशन की मूल जानकारी
नाम | CountDown Timer |
ID | pajmmdmjkjjhogcgloaphjibbpdhmklp |
आधिकारिक URL | https://chromewebstore.google.com/detail/countdown-timer/pajmmdmjkjjhogcgloaphjibbpdhmklp |
विवरण | Use to count the number of days,hours,sec remaining |
फ़ाइल का आकार | 242 KB |
स्थापना संख्या | 1,437 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-12-31 |
प्रकाशन तिथि | 2019-11-06 |
रेटिंग | 4.67/5 कुल 24 रेटिंग्स |
डेवलपर | Sumit Shitole |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://linkedin.com/in/sumit-shitole/ |
सहायता पृष्ठ URL | https://github.com/SumitShitole |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CountDown Timer", "version": "2.0", "description": "Use to count the number of days,hours,sec remaining", "icons": { "16": "Icon.png", "32": "Icon-32.png" }, "action": { "default_popup": "Counter.html", "default_icon": "Icon.png" }, "permissions": [ "storage", "notifications" ], "background": { "service_worker": "js\/background.js" } } |