Mortality

Replace new tab page with a counter of your age

什麼是Mortality?

Mortality是由alphabt開發的Chrome擴展程式,該擴展的主要功能是“Replace new tab page with a counter of your age”。

擴展截圖

screenshot
screenshot

下載Mortality擴展crx文件

下載Mortality擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. 

GitHub: https://github.com/alphabt/mortality                    

擴展基本資訊

名稱 Mortality Mortality
ID dmcopoldcoemapdejndbdnfmbofbkmbh
官方網址 https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh
簡介 Replace new tab page with a counter of your age
檔案大小 210 KB
安裝次數 226
目前版本 1.2.0
更新時間 2021-08-01
上架時間 2020-04-12
評分 5.00/5 共 3 次評分
開發者 alphabt
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/alphabt/mortality
說明頁面URL https://github.com/alphabt/mortality/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "version": "1.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}