Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
Life Calendar Chrome Extension क्या है?
Life Calendar Chrome Extension https://nibbles-n-bytes.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Extension that shows you how much life you have to live when you open a tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Life Calendar Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Chrome Extension shows you how much life you have to live when you open a new tab. Sometimes life seems really short, and other times it seems impossibly long. One thing is for sure. This calendar shows life is most certainly finite. These are your weeks. Are you making the most of them?
एक्सटेंशन की मूल जानकारी
नाम | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
आधिकारिक URL | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
विवरण | An Extension that shows you how much life you have to live when you open a tab. |
फ़ाइल का आकार | 15.81 MB |
स्थापना संख्या | 99 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-07-22 |
प्रकाशन तिथि | 2020-07-22 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://nibbles-n-bytes.vercel.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://nibbles-n-bytes.vercel.app/ |
सहायता पृष्ठ URL | https://github.com/alicelovescake/life-calendar |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Life Calendar Chrome Extension", "version": "1.0", "chrome_url_overrides": { "newtab": "lifecalendar.html" }, "description": "An Extension that shows you how much life you have to live when you open a tab.", "permissions": [ "storage" ], "browser_action": { "default_title": "Life Calendar", "default_popup": "popup.html", "default_icon": { "128": "images\/hourglass.png" } }, "icons": { "128": "images\/hourglass.png" }, "manifest_version": 2 } |