Minimal Fast App

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

Qu'est-ce que Minimal Fast App ?

Minimal Fast App est une extension Chrome développée par monicamuellerdesign, et sa fonction principale est "This extension helps you track when it's time to eat again".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Minimal Fast App

Téléchargez les fichiers d'extension Minimal Fast App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Minimal Fast App Minimal Fast App
ID dbijekhfnkicfpmgkopbipjdocjnfhce
URL Officiel https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce
Description This extension helps you track when it's time to eat again
Taille du Fichier 82.44 KB
Nombre d'Installations 119
Version Actuelle 1.0
Dernière Mise à Jour 2019-02-23
Date de Publication 2019-02-23
Évaluation 1.50/5 Total 2 Évaluations
Développeur monicamuellerdesign
Type de Paiement free
Langues Prises en Charge 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"
    ]
}