MiaouNotes
Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA
Wat is MiaouNotes?
MiaouNotes is een Chrome-extensie ontwikkeld door Simon Ledoux, en de belangrijkste functie is "Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA".
Extensie Screenshots
Download het CRX-bestand van de extensie MiaouNotes
Download MiaouNotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | MiaouNotes |
ID | bkkaabfnclmnaahnmjpnofbccifckmhm |
Officiële URL | https://chromewebstore.google.com/detail/miaounotes/bkkaabfnclmnaahnmjpnofbccifckmhm |
Beschrijving | Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA |
Bestandsgrootte | 17.3 MB |
Aantal Installaties | 159 |
Huidige Versie | 2.1.4 |
Laatst Bijgewerkt | 2023-01-16 |
Publicatiedatum | 2021-12-29 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Simon Ledoux |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/simon511000/MiaouNotes |
Help Pagina-URL | https://github.com/simon511000/MiaouNotes/issues |
Ondersteunde Talen | 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" } } } |