MoveOn - New Tab

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

¿Qué es MoveOn - New Tab?

MoveOn - New Tab es una extensión de Chrome desarrollada por Absar Akram, y su función principal es "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MoveOn - New Tab

Descarga archivos de extensión MoveOn - New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
URL Oficial https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Descripción Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Tamaño del Archivo 216 KB
Cantidad de Instalaciones 51
Versión Actual 1.0
Última Actualización 2016-10-10
Fecha de Publicación 2016-10-09
Calificación 4.07/5 Total de 14 Calificaciones
Desarrollador Absar Akram
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://absar.me
URL de la Página de Ayuda http://absar.me
Idiomas Soportados 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"
}