pronote-tools

Calcule et affiche les moyennes

What is pronote-tools?

pronote-tools is a Chrome extension developed by Mattéo Delucchi, and its main feature is "Calcule et affiche les moyennes".

Extension Screenshots

screenshot

Download pronote-tools Extension CRX File

Download pronote-tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Calcule et affiche les moyennes sur le site pronote                    

Extension Basic Information

Name pronote-tools pronote-tools
ID bcnnbkhjlgmdjfcfmhffpcbakhndghhf
Official URL https://chromewebstore.google.com/detail/pronote-tools/bcnnbkhjlgmdjfcfmhffpcbakhndghhf
Description Calcule et affiche les moyennes
File Size 4.3 KB
Installation Count 16
Current Version 1.1
Last Updated 2021-12-05
Publish Date 2021-11-22
Developer Mattéo Delucchi
Email [email protected]
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}