pronote-tools
Calcule et affiche les moyennes
pronote-toolsคืออะไร?
pronote-tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mattéo Delucchi และคุณลักษณะหลักของมันคือ "Calcule et affiche les moyennes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pronote-tools
ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
]
}
]
} | |