MoveOn - New Tab
Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Wat is MoveOn - New Tab?
MoveOn - New Tab is een Chrome-extensie ontwikkeld door Absar Akram, en de belangrijkste functie is "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".
Extensie Screenshots
Download het CRX-bestand van de extensie MoveOn - New Tab
Download MoveOn - New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | MoveOn - New Tab |
ID | hledjcebcgianndhkbokaabpbgmjaamb |
Officiële URL | https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb |
Beschrijving | Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy |
Bestandsgrootte | 216 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-10-10 |
Publicatiedatum | 2016-10-09 |
Beoordeling | 4.07/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Absar Akram |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://absar.me |
Help Pagina-URL | http://absar.me |
Ondersteunde Talen | 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" } |