MoveOn - New Tab
Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Co to jest MoveOn - New Tab?
MoveOn - New Tab to rozszerzenie Chrome opracowane przez Absar Akram, a jego główną funkcją jest „Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MoveOn - New Tab
Pobierz pliki rozszerzeń MoveOn - New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | MoveOn - New Tab |
ID | hledjcebcgianndhkbokaabpbgmjaamb |
Oficjalny URL | https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb |
Opis | Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy |
Rozmiar pliku | 216 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-10-10 |
Data Publikacji | 2016-10-09 |
Ocena | 4.07/5 Łącznie 14 Oceny |
Deweloper | Absar Akram |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://absar.me |
Adres URL Strony Pomocy | http://absar.me |
Obsługiwane Języki | 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" } |