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