Minimal Fast App
This extension helps you track when it's time to eat again
Was ist Minimal Fast App?
Minimal Fast App ist eine Chrome-Erweiterung, die von monicamuellerdesign entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you track when it's time to eat again".
Erweiterungsscreenshots
Minimal Fast App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Minimal Fast App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
Offizielle URL | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
Beschreibung | This extension helps you track when it's time to eat again |
Dateigröße | 82.44 KB |
Installationsanzahl | 119 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-02-23 |
Veröffentlichungsdatum | 2019-02-23 |
Bewertung | 1.50/5 Insgesamt 2 Bewertungen |
Entwickler | monicamuellerdesign |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |