Lifeday

Motivate yourself by measuring your life in days instead of years.

Apa itu Lifeday?

Lifeday adalah ekstensi Chrome yang dikembangkan oleh https://j.cin.is, dan fitur utamanya adalah "Motivate yourself by measuring your life in days instead of years.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Lifeday

Unduh file ekstensi Lifeday 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

                        Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.                    

Informasi Dasar Ekstensi

Nama Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
URL Resmi https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
Deskripsi Motivate yourself by measuring your life in days instead of years.
Ukuran File 415 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-03-27
Tanggal Publikasi 2019-03-27
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://j.cin.is
Tipe Pembayaran free
Situs Ekstensi https://github.com/jcinis/lifeday/
URL Halaman Bantuan https://github.com/jcinis/lifeday/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lifeday",
    "description": "Motivate yourself by measuring your life in days instead of years.",
    "version": "1.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "chrome.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "lifeday-logo-16.png",
        "32": "lifeday-logo-32.png",
        "48": "lifeday-logo-48.png",
        "128": "lifeday-logo-128.png"
    }
}