Days Until (Days Countdown)
Displays the number of days until a specified date right in the toolbar. (Days Countdown)
Days Until (Days Countdown) क्या है?
Days Until (Days Countdown) usefulwebtech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of days until a specified date right in the toolbar. (Days Countdown)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Days Until (Days Countdown) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Helps you track the number of days left until an important day that you have been waiting for. Set a deadline for your Goals! Keep track of days remaining! Easily change the date and event name by clicking on the extension logo. This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results! Chase the date! (Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)
एक्सटेंशन की मूल जानकारी
नाम | Days Until (Days Countdown) |
ID | eddnhnjblfligfijgckclhnkmilmdhij |
आधिकारिक URL | https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij |
विवरण | Displays the number of days until a specified date right in the toolbar. (Days Countdown) |
फ़ाइल का आकार | 17.64 KB |
स्थापना संख्या | 35,905 |
वर्तमान संस्करण | 1.52 |
अंतिम अपडेट | 2022-12-24 |
प्रकाशन तिथि | 2020-03-08 |
रेटिंग | 3.48/5 कुल 42 रेटिंग्स |
डेवलपर | usefulwebtech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "Click here to set the date" }, "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 3, "name": "Days Until (Days Countdown)", "permissions": [ "storage" ], "short_name": "Days Until", "version": "1.52" } |