eAsistent+
Makes eAsistent actually usable.
什么是eAsistent+?
eAsistent+是由Matic Babnik开发的Chrome扩展程序,该扩展的主要功能是“Makes eAsistent actually usable.”。
扩展截图
下载eAsistent+扩展crx文件
下载eAsistent+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
帮助页面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\/*" ] } |