Day Calculator
Counts Number of Days between a Future or Past Date
Day Calculator क्या है?
Day Calculator DkoD Digital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Counts Number of Days between a Future or Past Date"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Day Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Its a simple chrome extension for counting number of days from the present day. You can also count number of days passed by from the present day. So if you have a goal set for some future date or a deadline to meet or want to count how many days have gone by since the New Year Eve, just put the date on the extension and click calculate ! in case of any bugs, suggestions for improvements or adding functionalities, please email at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lcadmklcdjdjaohcjainmeehncdllalh |
आधिकारिक URL | https://chromewebstore.google.com/detail/day-calculator/lcadmklcdjdjaohcjainmeehncdllalh |
विवरण | Counts Number of Days between a Future or Past Date |
फ़ाइल का आकार | 88.81 KB |
स्थापना संख्या | 35 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-05-06 |
प्रकाशन तिथि | 2019-05-06 |
डेवलपर | DkoD Digital |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Day Calculator", "version": "1.0", "description": "Counts Number of Days between a Future or Past Date", "icons": { "16": "images\/futureday16by16.png", "32": "images\/futureday32by32.png", "48": "images\/futureday48by48.png", "128": "images\/futureday128by128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/futureday16by16.png", "default_popup": "popup.html" } } |