pronote-tools
Calcule et affiche les moyennes
什么是pronote-tools?
pronote-tools是由Mattéo Delucchi开发的Chrome扩展程序,该扩展的主要功能是“Calcule et affiche les moyennes”。
扩展截图
下载pronote-tools扩展crx文件
下载pronote-tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calcule et affiche les moyennes sur le site pronote 扩展基本信息
| 名称 | |
| ID | bcnnbkhjlgmdjfcfmhffpcbakhndghhf |
| 官方URL | https://chromewebstore.google.com/detail/pronote-tools/bcnnbkhjlgmdjfcfmhffpcbakhndghhf |
| 简介 | Calcule et affiche les moyennes |
| 文件大小 | 4.3 KB |
| 安装次数 | 16 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-12-05 |
| 上架时间 | 2021-11-22 |
| 开发者 | Mattéo Delucchi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "pronote-tools",
"description": "Calcule et affiche les moyennes",
"version": "1.1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"http:\/\/*\/pronote\/eleve.html*",
"https:\/\/*\/pronote\/eleve.html*"
],
"js": [
"inject.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |