Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

Что такое Motivation?

Motivation - это расширение Chrome, разработанное Dmytrii Lysak, и его основная функция - "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

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

screenshot

Скачать файл CRX расширения Motivation

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

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

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

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

Название Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
Официальный URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Описание Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Размер файла 2.01 MB
Количество установок 629
Текущая Версия 0.6.6.1
Последнее Обновление 2024-01-22
Дата публикации 2020-06-07
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Dmytrii Lysak
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://motivation-new-tab.github.io/
URL страницы помощи https://github.com/Lysak/motivation/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}