MoveOn - New Tab

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

Что такое MoveOn - New Tab?

MoveOn - New Tab - это расширение Chrome, разработанное Absar Akram, и его основная функция - "Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения MoveOn - New Tab

Скачайте файлы расширений MoveOn - New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название MoveOn - New Tab MoveOn - New Tab
ID hledjcebcgianndhkbokaabpbgmjaamb
Официальный URL https://chromewebstore.google.com/detail/moveon-new-tab/hledjcebcgianndhkbokaabpbgmjaamb
Описание Shows live age and progress bar that tells how much life you have lived as compared to average life expectancy
Размер файла 216 KB
Количество установок 51
Текущая Версия 1.0
Последнее Обновление 2016-10-10
Дата публикации 2016-10-09
Рейтинг 4.07/5 Всего 14 оценок
Разработчик Absar Akram
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://absar.me
URL страницы помощи http://absar.me
Поддерживаемые языки 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"
}