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
官方URL 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"
    }
}