Daily Motivation - Death Countdown

Get motivated daily by remembering your death is coming

什么是Daily Motivation - Death Countdown?

Daily Motivation - Death Countdown是由OurForest开发的Chrome扩展程序,该扩展的主要功能是“Get motivated daily by remembering your death is coming”。

扩展截图

screenshot

下载Daily Motivation - Death Countdown扩展crx文件

下载Daily Motivation - Death Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension helps you get motivated to do your tasks and fight procrastination. Time is short, but still sometimes we forget about this.

Remember your estimated death countdown every time you open a new tab. Use this countdown as energy and be as productive as you never were.                    

扩展基本信息

名称 Daily Motivation - Death Countdown Daily Motivation - Death Countdown
ID fjhkjeoiempkeeoobolpgmcjlccjhmcg
官方URL https://chromewebstore.google.com/detail/daily-motivation-death-co/fjhkjeoiempkeeoobolpgmcjlccjhmcg
简介 Get motivated daily by remembering your death is coming
文件大小 158 KB
安装次数 26
当前版本 0.1.0
更新时间 2021-03-21
上架时间 2021-03-21
开发者 OurForest
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get motivated daily by remembering your death is coming",
    "version": "0.1.0",
    "manifest_version": 3,
    "name": "Daily Motivation - Death Countdown",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}