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 |
| Eメール | [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"
}
} | |