MiaouNotes
Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA
What is MiaouNotes?
MiaouNotes is a Chrome extension developed by Simon Ledoux, and its main feature is "Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA".
Extension Screenshots
Download MiaouNotes Extension CRX File
Download MiaouNotes 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
                        Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA
Fonctionnalités :
- Met en surbrillance les nouvelles notes
- Calcule les moyennes des matières ainsi que la moyenne générale                     Extension Basic Information
| Name |   |  
| ID | bkkaabfnclmnaahnmjpnofbccifckmhm | 
| Official URL | https://chromewebstore.google.com/detail/miaounotes/bkkaabfnclmnaahnmjpnofbccifckmhm | 
| Description | Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA | 
| File Size | 17.3 MB | 
| Installation Count | 159 | 
| Current Version | 2.1.4 | 
| Last Updated | 2023-01-16 | 
| Publish Date | 2021-12-29 | 
| Rating | 5.00/5 Total 8 Ratings | 
| Developer | Simon Ledoux | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/simon511000/MiaouNotes | 
| Help Page URL | https://github.com/simon511000/MiaouNotes/issues | 
| Supported Languages | fr | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MiaouNotes",
    "description": "Ajoute de nouvelles fonctionnalit\u00e9s \u00e0 l'intranet de l'URCA",
    "version": "2.1.4",
    "icons": {
        "16": "icons\/urca_16.jpg",
        "48": "icons\/urca_48.jpg",
        "128": "icons\/urca_128.jpg"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/iut-rcc-intranet.univ-reims.fr\/fr\/tableau-de-bord"
            ],
            "css": [
                "dist\/css\/styles.css"
            ],
            "js": [
                "dist\/js\/bundle.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "48.0",
            "update_url": "https:\/\/miaounotes.simon511000.fr\/updates.json"
        }
    }
}  |  |