EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
Wat is EP Focus Mode?
EP Focus Mode is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a number of features & fixes to the Education Perfect online learning platform.".
Extensie Screenshots
Download het CRX-bestand van de extensie EP Focus Mode
Download EP Focus Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin hides annoying popups on the Education Perfect platform and makes some additional UI improvements to make your experience more enjoyable.
Basisinformatie over de Extensie
Naam | EP Focus Mode |
ID | objndjnkoadcjhccnjanfjidpgokbgnk |
Officiële URL | https://chromewebstore.google.com/detail/ep-focus-mode/objndjnkoadcjhccnjanfjidpgokbgnk |
Beschrijving | Adds a number of features & fixes to the Education Perfect online learning platform. |
Bestandsgrootte | 31.57 KB |
Aantal Installaties | 28 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2020-05-17 |
Publicatiedatum | 2020-05-17 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |