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.
擴展基本資訊
名稱 | Pronote ++ |
ID | plkafnalbppdppjehbebdocafmodbbdk |
官方網址 | 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" } } |