Life Progress

Shows your age and a progress bar of how long you've lived

Co to jest Life Progress?

Life Progress to rozszerzenie Chrome opracowane przez RonquilloAeon, a jego główną funkcją jest „Shows your age and a progress bar of how long you've lived”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Life Progress

Pobierz pliki rozszerzeń Life Progress 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

                        Motivate yourself to make the most of every day. With Life Progress, each time you open a new tab, you are reminded of how much life you've lived. After entering your birthday and expected life expectancy, Life Progress calculates the percentage of life you have lived based on days.                    

Podstawowe informacje o rozszerzeniu

Nazwa Life Progress Life Progress
ID eehmmmcomifdkkmohhlhapbhmcgbhpbb
Oficjalny URL https://chromewebstore.google.com/detail/life-progress/eehmmmcomifdkkmohhlhapbhmcgbhpbb
Opis Shows your age and a progress bar of how long you've lived
Rozmiar pliku 502 KB
Liczba instalacji 15
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2017-10-01
Data Publikacji 2017-10-01
Deweloper RonquilloAeon
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Life Progress",
    "version": "0.1.1",
    "description": "Shows your age and a progress bar of how long you've lived",
    "icons": {
        "16": "lib\/icons\/life-progress_16-min.png",
        "32": "lib\/icons\/life-progress_32-min.png",
        "48": "lib\/icons\/life-progress_48-min.png",
        "128": "lib\/icons\/life-progress_128-min.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}