Countdown
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…
Countdown क्या है?
Countdown Kha Tran द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Countdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will automatically repeat if you want. You will receive a reminder when it's on time. If you have any feedback or trouble email us at [email protected].
एक्सटेंशन की मूल जानकारी
नाम | Countdown |
ID | oajaibohggffldmcmgffckjbicimdnej |
आधिकारिक URL | https://chromewebstore.google.com/detail/countdown/oajaibohggffldmcmgffckjbicimdnej |
विवरण | Easy to create a countdown timer. You can note everything here and remind yourself when events happen. Your counter will… |
फ़ाइल का आकार | 74.22 KB |
स्थापना संख्या | 18 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2019-11-22 |
प्रकाशन तिथि | 2019-11-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kha Tran |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Countdown", "icons": { "16": "icon16.png", "128": "icon128.png" }, "version": "1.0.5", "manifest_version": 2, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "background.min.js" ], "persistent": true }, "permissions": [ "background", "notifications", "tabs", "storage" ] } |