Minimal Fast App
This extension helps you track when it's time to eat again
ما هو Minimal Fast App؟
Minimal Fast App هو إضافة Chrome تم تطويرها بواسطة monicamuellerdesign، والميزة الرئيسية لها هي "This extension helps you track when it's time to eat again".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Minimal Fast App
قم بتنزيل ملفات الامتداد Minimal Fast App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |