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 |
| 官方網址 | 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:\/\/*\/*"
]
}
]
} | |