Life Calendar Chrome Extension

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

Co to jest Life Calendar Chrome Extension?

Life Calendar Chrome Extension to rozszerzenie Chrome opracowane przez https://nibbles-n-bytes.vercel.app, a jego główną funkcją jest „An Extension that shows you how much life you have to live when you open a tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Life Calendar Chrome Extension

Pobierz pliki rozszerzeń Life Calendar Chrome Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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?                    

Podstawowe informacje o rozszerzeniu

Nazwa Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
Oficjalny URL https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
Opis An Extension that shows you how much life you have to live when you open a tab.
Rozmiar pliku 15.81 MB
Liczba instalacji 99
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-07-22
Data Publikacji 2020-07-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://nibbles-n-bytes.vercel.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://nibbles-n-bytes.vercel.app/
Adres URL Strony Pomocy https://github.com/alicelovescake/life-calendar
Obsługiwane Języki 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
}