Minimal Fast App

This extension helps you track when it's time to eat again

Что такое Minimal Fast App?

Minimal Fast App - это расширение Chrome, разработанное monicamuellerdesign, и его основная функция - "This extension helps you track when it's time to eat again".

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

screenshot
screenshot

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

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

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

                        Super minimal extension for people who intermittent fast on a 16 hour schedule. It only counts down in hours and is fixed to  a 16 hour fasting schedule.                    

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

Название Minimal Fast App Minimal Fast App
ID dbijekhfnkicfpmgkopbipjdocjnfhce
Официальный URL https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce
Описание This extension helps you track when it's time to eat again
Размер файла 82.44 KB
Количество установок 119
Текущая Версия 1.0
Последнее Обновление 2019-02-23
Дата публикации 2019-02-23
Рейтинг 1.50/5 Всего 2 оценок
Разработчик monicamuellerdesign
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal Fast App",
    "description": "This extension helps you track when it's time to eat again",
    "version": "1.0",
    "browser_action": {
        "default_title": "Intermittent Fast App",
        "default_popup": "countdown.html",
        "scripts": [
            "scripts\/jquery-3.3.1-min.js",
            "scripts\/jquery.timepicker.min.js",
            "scripts\/timePicker.js"
        ],
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}