Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
Wat is Life Calendar Chrome Extension?
Life Calendar Chrome Extension is een Chrome-extensie ontwikkeld door https://nibbles-n-bytes.vercel.app, en de belangrijkste functie is "An Extension that shows you how much life you have to live when you open a tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Life Calendar Chrome Extension
Download Life Calendar Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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?
Basisinformatie over de Extensie
Naam | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
Officiële URL | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
Beschrijving | An Extension that shows you how much life you have to live when you open a tab. |
Bestandsgrootte | 15.81 MB |
Aantal Installaties | 99 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-07-22 |
Publicatiedatum | 2020-07-22 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://nibbles-n-bytes.vercel.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nibbles-n-bytes.vercel.app/ |
Help Pagina-URL | https://github.com/alicelovescake/life-calendar |
Ondersteunde Talen | 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 } |