Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
Hvad er Life Calendar Chrome Extension?
Life Calendar Chrome Extension er en Chrome-udvidelse udviklet af https://nibbles-n-bytes.vercel.app, og dens hovedfunktion er "An Extension that shows you how much life you have to live when you open a tab.".
Udvidelsesskærmbilleder
Download Life Calendar Chrome Extension-udvidelses-CRX-fil
Download Life Calendar Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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?
Grundlæggende oplysninger om udvidelsen
Navn | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
Officiel URL | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
Beskrivelse | An Extension that shows you how much life you have to live when you open a tab. |
Filstørrelse | 15.81 MB |
Antal Installationer | 99 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-07-22 |
Udgivelsesdato | 2020-07-22 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://nibbles-n-bytes.vercel.app |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://nibbles-n-bytes.vercel.app/ |
Hjælpeside-URL | https://github.com/alicelovescake/life-calendar |
Understøttede Sprog | 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 } |