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
官方網址 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": []
        }
    ]
}