Life Calendar Chrome Extension

An Extension that shows you how much life you have to live when you open a tab.

Cos'è Life Calendar Chrome Extension?

Life Calendar Chrome Extension è un'estensione di Chrome sviluppata da https://nibbles-n-bytes.vercel.app, e la sua funzione principale è "An Extension that shows you how much life you have to live when you open a tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Life Calendar Chrome Extension

Scarica i file di estensione Life Calendar Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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?                    

Informazioni di Base sull'Estensione

Nome Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
URL Ufficiale https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
Descrizione An Extension that shows you how much life you have to live when you open a tab.
Dimensione del File 15.81 MB
Conteggio Installazioni 99
Versione Corrente 1.0
Ultimo Aggiornamento 2020-07-22
Data di Pubblicazione 2020-07-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://nibbles-n-bytes.vercel.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nibbles-n-bytes.vercel.app/
URL della Pagina di Aiuto https://github.com/alicelovescake/life-calendar
Lingue Supportate 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
}