MoveOn - New Tab

Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy

什么是MoveOn - New Tab?

MoveOn - New Tab是由Absar Akram开发的Chrome扩展程序,该扩展的主要功能是“Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy”。

扩展截图

screenshot

下载MoveOn - New Tab扩展crx文件

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

扩展使用说明

                        This app plans to keep you moving by making you realize the importance of every moment that is passing by. Whenever you open up a new tab it shows number of years, months, days, hours, seconds and mili-seconds you have lived in an interactive way. 
MoveOn is an updated and simplified version of "Mortality" app with an extra progress bar that shows how much life you have lived as compared to average life expectancy.

Hopefully this app keeps you moving.
Have fun.

Absar                    

扩展基本信息

名称 MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
官方URL https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
简介 Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
文件大小 216 KB
安装次数 51
当前版本 1.0
更新时间 2016-10-10
上架时间 2016-10-09
评分 4.07/5 共14次评分
开发者 Absar Akram
电子邮箱 [email protected]
付费类型 free
扩展官网 http://absar.me
帮助页面URL http://absar.me
支持的语言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "moveon.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy",
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "MoveOn - New Tab",
    "offline_enabled": true,
    "short_name": "MoveOn",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}