Life Calendar Chrome Extension
An Extension that shows you how much life you have to live when you open a tab.
¿Qué es Life Calendar Chrome Extension?
Life Calendar Chrome Extension es una extensión de Chrome desarrollada por https://nibbles-n-bytes.vercel.app, y su función principal es "An Extension that shows you how much life you have to live when you open a tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Life Calendar Chrome Extension
Descarga archivos de extensión Life Calendar Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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?
Información Básica de la Extensión
Nombre | Life Calendar Chrome Extension |
ID | ncnnilckkcbigajknhohhodjdebannnf |
URL Oficial | https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf |
Descripción | An Extension that shows you how much life you have to live when you open a tab. |
Tamaño del Archivo | 15.81 MB |
Cantidad de Instalaciones | 99 |
Versión Actual | 1.0 |
Última Actualización | 2020-07-22 |
Fecha de Publicación | 2020-07-22 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://nibbles-n-bytes.vercel.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://nibbles-n-bytes.vercel.app/ |
URL de la Página de Ayuda | https://github.com/alicelovescake/life-calendar |
Idiomas Soportados | 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 } |