Pronote ++
Affiche tes notes et ton évolution trimestrielle.
什么是Pronote ++?
Pronote ++是由Gatien开发的Chrome扩展程序,该扩展的主要功能是“Affiche tes notes et ton évolution trimestrielle.”。
扩展截图
下载Pronote ++扩展crx文件
下载Pronote ++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Une simple extension qui vous permet de suivre l'évolution de vos notes affichées sur Pronote depuis des graphiques. Nécessite l'accès à un compte Pronote. 扩展基本信息
| 名称 | |
| ID | plkafnalbppdppjehbebdocafmodbbdk |
| 官方URL | https://chromewebstore.google.com/detail/pronote-++/plkafnalbppdppjehbebdocafmodbbdk |
| 简介 | Affiche tes notes et ton évolution trimestrielle. |
| 文件大小 | 96.02 KB |
| 安装次数 | 87 |
| 当前版本 | 0.1.4 |
| 更新时间 | 2023-08-16 |
| 上架时间 | 2022-12-04 |
| 开发者 | Gatien |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://gatienfrenchdev.github.io/site-pronote-pp/ |
| 帮助页面URL | https://github.com/GatienFrenchDev/pronote-pp |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Pronote ++",
"description": "Affiche tes notes et ton \u00e9volution trimestrielle.",
"version": "0.1.4",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"content_scripts": [
{
"js": [
"content_scripts\/app.js"
],
"matches": [
"https:\/\/*.index-education.net\/pronote\/*"
]
}
],
"background": {
"service_worker": "background\/background.js"
}
} | |