Minimal Fast App
This extension helps you track when it's time to eat again
Minimal Fast App क्या है?
Minimal Fast App monicamuellerdesign द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you track when it's time to eat again"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimal Fast App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
आधिकारिक URL | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
विवरण | This extension helps you track when it's time to eat again |
फ़ाइल का आकार | 82.44 KB |
स्थापना संख्या | 119 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-02-23 |
प्रकाशन तिथि | 2019-02-23 |
रेटिंग | 1.50/5 कुल 2 रेटिंग्स |
डेवलपर | monicamuellerdesign |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |