EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
Τι είναι το EP Focus Mode;
Το EP Focus Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Adds a number of features & fixes to the Education Perfect online learning platform.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης EP Focus Mode
Λήψη αρχείων επέκτασης 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\/*" ] } ] } |