Memento Mori - The Life Clock

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

什么是Memento Mori - The Life Clock?

Memento Mori - The Life Clock是由denistdev开发的Chrome扩展程序,该扩展的主要功能是“A daily reminder of your mortality and a daily gratitude journal. Remember to live.”。

扩展截图

screenshot
screenshot
screenshot

下载Memento Mori - The Life Clock扩展crx文件

下载Memento Mori - The Life Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Memento Mori - The Life Clock Memento Mori - The Life Clock
ID mpfnfgmigbobkcdlibhpiaoiocpmdieh
官方URL https://chromewebstore.google.com/detail/memento-mori-the-life-clo/mpfnfgmigbobkcdlibhpiaoiocpmdieh
简介 A daily reminder of your mortality and a daily gratitude journal. Remember to live.
文件大小 26.99 KB
安装次数 43
当前版本 1.0.1 mvp
更新时间 2023-03-02
上架时间 2023-03-02
评分 5.00/5 共1次评分
开发者 denistdev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://outrageous-manuscript-65e.notion.site/Privacy-Policy-f4ab176cf2694edeb15085be5e096d49
支持的语言 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\/*"
    ]
}