Days Since (Days Count)
Displays the number of days since a specified date right in the toolbar. (Days Count)
Days Since (Days Count) क्या है?
Days Since (Days Count) virajctech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of days since a specified date right in the toolbar. (Days Count)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Days Since (Days Count) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's a great tool to Break bad habits / Create good habits / Track how far you have come since some important day. It's a days count that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs. Easily change the date 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! This extension is open source: https://github.com/virajvchavan/daysCount
एक्सटेंशन की मूल जानकारी
नाम | Days Since (Days Count) |
ID | emhhhnhbnjkilmhkiibfhjmefpipnmke |
आधिकारिक URL | https://chromewebstore.google.com/detail/days-since-days-count/emhhhnhbnjkilmhkiibfhjmefpipnmke |
विवरण | Displays the number of days since a specified date right in the toolbar. (Days Count) |
फ़ाइल का आकार | 23.59 KB |
स्थापना संख्या | 1,284 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-08-31 |
प्रकाशन तिथि | 2019-08-31 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | virajctech |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/virajvchavan/daysCount |
सहायता पृष्ठ URL | https://github.com/virajvchavan/daysCount |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Days Since (Days Count)", "short_name": "Days Since", "version": "1.1", "description": "Displays the number of days since a specified date right in the toolbar. (Days Count)", "permissions": [ "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "Click here to set the date", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" } } |