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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimal Fast App

ดาวน์โหลดไฟล์ส่วนขยาย Minimal Fast App ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Minimal Fast App Minimal Fast App
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"
    ]
}