eAsistent+
Makes eAsistent actually usable.
eAsistent+란 무엇입니까?
eAsistent+은(는) Matic Babnik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes eAsistent actually usable."입니다.
확장 프로그램 스크린샷
eAsistent+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*"
]
} | |