Life Calendar Chrome Extension

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

Apa itu Life Calendar Chrome Extension?

Life Calendar Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh https://nibbles-n-bytes.vercel.app, dan fitur utamanya adalah "An Extension that shows you how much life you have to live when you open a tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Life Calendar Chrome Extension

Unduh file ekstensi Life Calendar Chrome Extension 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

                        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?                    

Informasi Dasar Ekstensi

Nama Life Calendar Chrome Extension Life Calendar Chrome Extension
ID ncnnilckkcbigajknhohhodjdebannnf
URL Resmi https://chromewebstore.google.com/detail/life-calendar-chrome-exte/ncnnilckkcbigajknhohhodjdebannnf
Deskripsi An Extension that shows you how much life you have to live when you open a tab.
Ukuran File 15.81 MB
Jumlah Instalasi 99
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-07-22
Tanggal Publikasi 2020-07-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://nibbles-n-bytes.vercel.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nibbles-n-bytes.vercel.app/
URL Halaman Bantuan https://github.com/alicelovescake/life-calendar
Bahasa yang Didukung 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
}