Life Progress

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

Apa itu Life Progress?

Life Progress adalah ekstensi Chrome yang dikembangkan oleh RonquilloAeon, dan fitur utamanya adalah "Shows your age and a progress bar of how long you've lived".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Life Progress

Unduh file ekstensi Life Progress dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Life Progress Life Progress
ID eehmmmcomifdkkmohhlhapbhmcgbhpbb
URL Resmi https://chromewebstore.google.com/detail/life-progress/eehmmmcomifdkkmohhlhapbhmcgbhpbb
Deskripsi Shows your age and a progress bar of how long you've lived
Ukuran File 502 KB
Jumlah Instalasi 15
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-10-01
Tanggal Publikasi 2017-10-01
Pengembang RonquilloAeon
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}