EP Focus Mode
Adds a number of features & fixes to the Education Perfect online learning platform.
EP Focus Mode क्या है?
EP Focus Mode Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a number of features & fixes to the Education Perfect online learning platform."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EP Focus Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |