MoveOn - New Tab

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

Vad är MoveOn - New Tab?

MoveOn - New Tab är en Chrome-tillägg utvecklad av Absar Akram, och dess huvudfunktion är "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Tilläggsskärmbilder

screenshot

Ladda ner MoveOn - New Tab-förlängningens CRX-fil

Ladda ner MoveOn - New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
Officiell webbadress https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Beskrivning Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Filstorlek 216 KB
Antal Installationer 51
Aktuell Version 1.0
Senast Uppdaterad 2016-10-10
Publiceringsdatum 2016-10-09
Betyg 4.07/5 Totalt 14 Betyg
Utvecklare Absar Akram
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://absar.me
Hjälpsida URL http://absar.me
Stödda Språk 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"
}