MoveOn - New Tab
Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
O que é MoveOn - New Tab?
MoveOn - New Tab é uma extensão do Chrome desenvolvida por Absar Akram, e sua principal característica é "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MoveOn - New Tab
Baixe arquivos de extensão MoveOn - New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | MoveOn - New Tab |
ID | hledjcebcgianndhkbokaabpbgmjaamb |
URL Oficial | https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb |
Descrição | Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy |
Tamanho do Arquivo | 216 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.0 |
Última Atualização | 2016-10-10 |
Data de Publicação | 2016-10-09 |
Classificação | 4.07/5 Total de 14 Avaliações |
Desenvolvedor | Absar Akram |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://absar.me |
URL da Página de Ajuda | http://absar.me |
Idiomas Suportados | 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" } |