EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
Was ist EP Focus Mode?
EP Focus Mode ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Adds a number of features & fixes to the Education Perfect online learning platform.".
Erweiterungsscreenshots
EP Focus Mode-Erweiterungs-CRX-Datei herunterladen
Laden Sie EP Focus Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.
Grundlegende Informationen zur Erweiterung
Name | EP Focus Mode |
ID | objndjnkoadcjhccnjanfjidpgokbgnk |
Offizielle URL | https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk |
Beschreibung | Adds a number of features & fixes to the Education Perfect online learning platform. |
Dateigröße | 31.57 KB |
Installationsanzahl | 28 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2020-05-17 |
Veröffentlichungsdatum | 2020-05-17 |
Bewertung | 1.00/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |