Memento Mori - The Life Clock

A daily reminder of your mortality and a daily gratitude journal. Remember to live.

Apa itu Memento Mori - The Life Clock?

Memento Mori - The Life Clock adalah ekstensi Chrome yang dikembangkan oleh denistdev, dan fitur utamanya adalah "A daily reminder of your mortality and a daily gratitude journal. Remember to live.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Memento Mori - The Life Clock

Unduh file ekstensi Memento Mori - The Life Clock 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

                        Memento Mori - a new Chrome extension designed to help you live a more mindful and grateful life.

We all know that time is precious, but it can be all too easy to lose sight of that fact in the hustle and bustle of daily life. That's where Memento Mori comes in - by displaying a countdown clock on your new tab, this extension reminds you of the precious nature of time and encourages you to make the most of every moment.

But Memento Mori isn't just about counting down the minutes - it's also about gratitude. With the daily gratitude journal, you can take a few moments each day to reflect on the good things in your life and cultivate a greater sense of appreciation and contentment.

So if you're looking for a simple yet powerful tool to help you stay mindful and grateful, give Memento Mori a try. Download it today and start living your life to the fullest.                    

Informasi Dasar Ekstensi

Nama Memento Mori - The Life Clock Memento Mori - The Life Clock
ID mpfnfgmigbobkcdlibhpiaoiocpmdieh
URL Resmi https://chromewebstore.google.com/detail/memento-mori-the-life-clo/mpfnfgmigbobkcdlibhpiaoiocpmdieh
Deskripsi A daily reminder of your mortality and a daily gratitude journal. Remember to live.
Ukuran File 26.99 KB
Jumlah Instalasi 43
Versi Saat Ini 1.0.1 mvp
Terakhir Diperbarui 2023-03-02
Tanggal Publikasi 2023-03-02
Penilaian 5.00/5 Total 1 Penilaian
Pengembang denistdev
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://outrageous-manuscript-65e.notion.site/Privacy-Policy-f4ab176cf2694edeb15085be5e096d49
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memento Mori - The Life Clock",
    "version": "1.0.1",
    "version_name": "1.0.1 mvp",
    "manifest_version": 3,
    "description": "A daily reminder of your mortality and a daily gratitude journal. Remember to live.",
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/api.pexels.com\/*"
    ]
}