eAsistent+
Makes eAsistent actually usable.
ما هو eAsistent+؟
eAsistent+ هو إضافة Chrome تم تطويرها بواسطة Matic Babnik، والميزة الرئيسية لها هي "Makes eAsistent actually usable.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eAsistent+
قم بتنزيل ملفات الامتداد eAsistent+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tweaks for easistent.com - Dark mode - Redesigned home page - Adds some easistent plus features to the free tier - Memes
معلومات أساسية عن التمديد
الاسم | eAsistent+ |
ID | kghgoadkgnipnenlcjamhmiodhohadpp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easistent+/kghgoadkgnipnenlcjamhmiodhohadpp |
الوصف | Makes eAsistent actually usable. |
حجم الملف | 35.12 KB |
عدد التثبيتات | 77 |
النسخة الحالية | 1.2.1 |
آخر تحديث | 2022-10-10 |
تاريخ النشر | 2021-04-22 |
المطور | Matic Babnik |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/fubuki-fanclub/ea-sux |
عنوان صفحة المساعدة | https://github.com/fubuki-fanclub/ea-sux/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eAsistent+", "applications": { "gecko": { "id": "[email protected]" } }, "version": "1.2.1", "description": "Makes eAsistent actually usable.", "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": "icons\/128.png", "show_matches": [ "*:\/\/komunikacija.easistent.com\/*", "*:\/\/www.easistent.com\/*", "*:\/\/easistent.com\/*" ] }, "background": { "scripts": [ "background.bundle.js" ], "matches": [ "*:\/\/komunikacija.easistent.com\/*", "*:\/\/www.easistent.com\/*", "*:\/\/easistent.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/komunikacija.easistent.com\/*", "*:\/\/www.easistent.com\/*", "*:\/\/easistent.com\/*" ], "js": [ "content.bundle.js" ], "css": [ "kekw.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "student_app.js" ], "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/easistent.com\/*", "*:\/\/www.easistent.com\/*", "*:\/\/komunikacija.easistent.com\/*" ] } |