Minimal Fast App
This extension helps you track when it's time to eat again
What is Minimal Fast App?
Minimal Fast App is a Chrome extension developed by monicamuellerdesign, and its main feature is "This extension helps you track when it's time to eat again".
Extension Screenshots
Download Minimal Fast App Extension CRX File
Download Minimal Fast App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
Official URL | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
Description | This extension helps you track when it's time to eat again |
File Size | 82.44 KB |
Installation Count | 119 |
Current Version | 1.0 |
Last Updated | 2019-02-23 |
Publish Date | 2019-02-23 |
Rating | 1.50/5 Total 2 Ratings |
Developer | monicamuellerdesign |
Payment Type | free |
Supported Languages | 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" ] } |