Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
Qu'est-ce que Life Calendar Chrome Extension ?
Life Calendar Chrome Extension est une extension Chrome développée par https://nibbles-n-bytes.vercel.app, et sa fonction principale est "An Extension that shows you how much life you have to live when you open a tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Life Calendar Chrome Extension
Téléchargez les fichiers d'extension Life Calendar Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
URL Officiel | 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. |
Taille du Fichier | 15.81 MB |
Nombre d'Installations | 99 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-07-22 |
Date de Publication | 2020-07-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://nibbles-n-bytes.vercel.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://nibbles-n-bytes.vercel.app/ |
URL de la Page d'Aide | https://github.com/alicelovescake/life-calendar |
Langues Prises en Charge | 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 } |