MoveOn - New Tab

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

Was ist MoveOn - New Tab?

MoveOn - New Tab ist eine Chrome-Erweiterung, die von Absar Akram entwickelt wurde, und ihr Hauptmerkmal ist "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Erweiterungsscreenshots

screenshot

MoveOn - New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie MoveOn - New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
Offizielle URL https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Beschreibung Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Dateigröße 216 KB
Installationsanzahl 51
Aktuelle Version 1.0
Letztes Update 2016-10-10
Veröffentlichungsdatum 2016-10-09
Bewertung 4.07/5 Insgesamt 14 Bewertungen
Entwickler Absar Akram
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://absar.me
Hilfeseite URL http://absar.me
Unterstützte Sprachen 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"
}