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.”。
扩展截图
下载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 |
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\/*" ] } ] } |