Edupage Addons
Enhance your Edupage experience
什么是Edupage Addons?
Edupage Addons是由cfp开发的Chrome扩展程序,该扩展的主要功能是“Enhance your Edupage experience”。
扩展截图
下载Edupage Addons扩展crx文件
下载Edupage Addons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension has many little features for edupage that should just come by default.
Features include:
- Dark Mode
- Markdown Support in messages
- Development Tools
- Community Addons
- Keyboard Shortcuts
- Animations 扩展基本信息
| 名称 | |
| ID | hmhnpeiicgickafpejkeehjdknadjjlh |
| 官方URL | https://chromewebstore.google.com/detail/edupage-addons/hmhnpeiicgickafpejkeehjdknadjjlh |
| 简介 | Enhance your Edupage experience |
| 文件大小 | 572 KB |
| 安装次数 | 227 |
| 当前版本 | 1.6.0 |
| 更新时间 | 2022-09-02 |
| 上架时间 | 2022-06-18 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | cfp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Edupage Addons",
"version": "1.6.0",
"manifest_version": 3,
"description": "Enhance your Edupage experience",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"*:\/\/*.edupage.org\/*"
],
"js": [
"src\/browser-polyfill.js",
"src\/inject\/inject.js"
]
}
],
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.edupage.org\/*"
],
"web_accessible_resources": [
{
"resources": [
"src\/injs\/*"
],
"matches": [
"*:\/\/*.edupage.org\/*"
]
}
],
"action": {
"default_popup": "src\/popup\/popup.html",
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"19": "icons\/icon19.png",
"32": "icons\/icon32.png",
"38": "icons\/icon38.png",
"48": "icons\/icon48.png"
}
} | |