EP Focus Mode

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

什麼是EP Focus Mode?

EP Focus Mode是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Adds a number of features & fixes to the Education Perfect online learning platform.”。

擴展截圖

screenshot

下載EP Focus Mode擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}