eAsistent+
Makes eAsistent actually usable.
eAsistent+คืออะไร?
eAsistent+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matic Babnik และคุณลักษณะหลักของมันคือ "Makes eAsistent actually usable."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eAsistent+
ดาวน์โหลดไฟล์ส่วนขยาย eAsistent+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tweaks for easistent.com
- Dark mode
- Redesigned home page
- Adds some easistent plus features to the free tier
- Memes ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| URL หน้าช่วยเหลือ | 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\/*"
]
} | |