Edupage Addons
Enhance your Edupage experience
What is Edupage Addons?
Edupage Addons is a Chrome extension developed by cfp, and its main feature is "Enhance your Edupage experience".
Extension Screenshots
Download Edupage Addons Extension CRX File
Download Edupage Addons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | hmhnpeiicgickafpejkeehjdknadjjlh |
| Official URL | https://chromewebstore.google.com/detail/edupage-addons/hmhnpeiicgickafpejkeehjdknadjjlh |
| Description | Enhance your Edupage experience |
| File Size | 572 KB |
| Installation Count | 227 |
| Current Version | 1.6.0 |
| Last Updated | 2022-09-02 |
| Publish Date | 2022-06-18 |
| Rating | 4.50/5 Total 4 Ratings |
| Developer | cfp |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
}
} | |