Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
What is Life Calendar Chrome Extension?
Life Calendar Chrome Extension is a Chrome extension developed by https://nibbles-n-bytes.vercel.app, and its main feature is "An Extension that shows you how much life you have to live when you open a tab.".
Extension Screenshots
Download Life Calendar Chrome Extension Extension CRX File
Download Life Calendar Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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?
Extension Basic Information
Name | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
Official URL | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
Description | An Extension that shows you how much life you have to live when you open a tab. |
File Size | 15.81 MB |
Installation Count | 99 |
Current Version | 1.0 |
Last Updated | 2020-07-22 |
Publish Date | 2020-07-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://nibbles-n-bytes.vercel.app |
[email protected] | |
Payment Type | free |
Extension Website | https://nibbles-n-bytes.vercel.app/ |
Help Page URL | https://github.com/alicelovescake/life-calendar |
Supported Languages | 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 } |