Minimal Fast App
This extension helps you track when it's time to eat again
Cos'è Minimal Fast App?
Minimal Fast App è un'estensione di Chrome sviluppata da monicamuellerdesign, e la sua funzione principale è "This extension helps you track when it's time to eat again".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minimal Fast App
Scarica i file di estensione Minimal Fast App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
| URL Ufficiale | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
| Descrizione | This extension helps you track when it's time to eat again |
| Dimensione del File | 82.44 KB |
| Conteggio Installazioni | 119 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2019-02-23 |
| Data di Pubblicazione | 2019-02-23 |
| Valutazione | 1.50/5 Totale 2 Valutazioni |
| Sviluppatore | monicamuellerdesign |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |