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
公式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\/*"
            ]
        }
    ]
}