Lifeday

Motivate yourself by measuring your life in days instead of years.

什麼是Lifeday?

Lifeday是由https://j.cin.is開發的Chrome擴展程式,該擴展的主要功能是“Motivate yourself by measuring your life in days instead of years.”。

擴展截圖

screenshot
screenshot

下載Lifeday擴展crx文件

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

擴展使用說明

                        Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.                    

擴展基本資訊

名稱 Lifeday Lifeday
ID bjnakdpcancplfbpcgckhilkgdjbfdal
官方網址 https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal
簡介 Motivate yourself by measuring your life in days instead of years.
檔案大小 415 KB
安裝次數 35
目前版本 1.0.0
更新時間 2019-03-27
上架時間 2019-03-27
評分 5.00/5 共 3 次評分
開發者 https://j.cin.is
付費類型 free
擴展官網 https://github.com/jcinis/lifeday/
說明頁面URL https://github.com/jcinis/lifeday/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lifeday",
    "description": "Motivate yourself by measuring your life in days instead of years.",
    "version": "1.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "chrome.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "lifeday-logo-16.png",
        "32": "lifeday-logo-32.png",
        "48": "lifeday-logo-48.png",
        "128": "lifeday-logo-128.png"
    }
}