EP Focus Mode

Adds a number of features & fixes to the Education Perfect online learning platform.

EP Focus Modeคืออะไร?

EP Focus Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Adds a number of features & fixes to the Education Perfect online learning platform."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EP Focus Mode

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

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

                        This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.                    

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

ชื่อ EP Focus Mode EP Focus Mode
ID objndjnkoadcjhccnjanfjidpgokbgnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk
คำอธิบาย Adds a number of features & fixes to the Education Perfect online learning platform.
ขนาดไฟล์ 31.57 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-05-17
วันที่เผยแพร่ 2020-05-17
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EP Focus Mode",
    "version": "0.1.0",
    "description": "Adds a number of features & fixes to the Education Perfect online learning platform.",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "32": "images\/32.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/www.educationperfect.com\/*"
            ]
        }
    ]
}