Life Calendar Chrome Extension

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

Vad är Life Calendar Chrome Extension?

Life Calendar Chrome Extension är en Chrome-tillägg utvecklad av https://nibbles-n-bytes.vercel.app, och dess huvudfunktion är "An Extension that shows you how much life you have to live when you open a tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Life Calendar Chrome Extension-förlängningens CRX-fil

Ladda ner Life Calendar Chrome Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
Officiell webbadress https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
Beskrivning An Extension that shows you how much life you have to live when you open a tab.
Filstorlek 15.81 MB
Antal Installationer 99
Aktuell Version 1.0
Senast Uppdaterad 2020-07-22
Publiceringsdatum 2020-07-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://nibbles-n-bytes.vercel.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nibbles-n-bytes.vercel.app/
Hjälpsida URL https://github.com/alicelovescake/life-calendar
Stödda Språk 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
}