Life Progress

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

Cos'è Life Progress?

Life Progress è un'estensione di Chrome sviluppata da RonquilloAeon, e la sua funzione principale è "Shows your age and a progress bar of how long you've lived".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Life Progress

Scarica i file di estensione Life Progress 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Life Progress Life Progress
ID eehmmmcomifdkkmohhlhapbhmcgbhpbb
URL Ufficiale https://chromewebstore.google.com/detail/life-progress/eehmmmcomifdkkmohhlhapbhmcgbhpbb
Descrizione Shows your age and a progress bar of how long you've lived
Dimensione del File 502 KB
Conteggio Installazioni 15
Versione Corrente 0.1.1
Ultimo Aggiornamento 2017-10-01
Data di Pubblicazione 2017-10-01
Sviluppatore RonquilloAeon
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}