MoveOn - New Tab

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

Cos'è MoveOn - New Tab?

MoveOn - New Tab è un'estensione di Chrome sviluppata da Absar Akram, e la sua funzione principale è "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MoveOn - New Tab

Scarica i file di estensione MoveOn - New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
URL Ufficiale https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Descrizione Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Dimensione del File 216 KB
Conteggio Installazioni 51
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-10
Data di Pubblicazione 2016-10-09
Valutazione 4.07/5 Totale 14 Valutazioni
Sviluppatore Absar Akram
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://absar.me
URL della Pagina di Aiuto http://absar.me
Lingue Supportate 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"
}