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
Eメール [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"
}