MoveOn - New Tab

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

Qu'est-ce que MoveOn - New Tab ?

MoveOn - New Tab est une extension Chrome développée par Absar Akram, et sa fonction principale est "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MoveOn - New Tab

Téléchargez les fichiers d'extension MoveOn - New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
URL Officiel https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Description Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Taille du Fichier 216 KB
Nombre d'Installations 51
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-10
Date de Publication 2016-10-09
Évaluation 4.07/5 Total 14 Évaluations
Développeur Absar Akram
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://absar.me
URL de la Page d'Aide http://absar.me
Langues Prises en Charge 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"
}