Minimal Fast App
This extension helps you track when it's time to eat again
Hvad er Minimal Fast App?
Minimal Fast App er en Chrome-udvidelse udviklet af monicamuellerdesign, og dens hovedfunktion er "This extension helps you track when it's time to eat again".
Udvidelsesskærmbilleder
Download Minimal Fast App-udvidelses-CRX-fil
Download Minimal Fast App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
| Officiel URL | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
| Beskrivelse | This extension helps you track when it's time to eat again |
| Filstørrelse | 82.44 KB |
| Antal Installationer | 119 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2019-02-23 |
| Udgivelsesdato | 2019-02-23 |
| Bedømmelse | 1.50/5 Samlet 2 Bedømmelser |
| Udvikler | monicamuellerdesign |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |