EcoleDirecte Enhanced
Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.
Co to jest EcoleDirecte Enhanced?
EcoleDirecte Enhanced to rozszerzenie Chrome opracowane przez Aknologia, a jego główną funkcją jest „Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EcoleDirecte Enhanced
Pobierz pliki rozszerzeń EcoleDirecte Enhanced w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
[Deprecated]
Adds multiple options to the EcoleDirecte website :
- Dark Theme
- Hidden informations shown :
* Average
* Charts
(...)
This website is only available to French students.
PS: Most options are available in the popup menu by clicking on the EcoleDirecte icon of the extension.
v1.5.2591 Changelog:
- Showing every hidden information
- Added 'Select All'
- Optimized code (Clean coding) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmjpmgagkoliachgpidgekkmpfablheh |
| Oficjalny URL | https://chromewebstore.google.com/detail/ecoledirecte-enhanced/jmjpmgagkoliachgpidgekkmpfablheh |
| Opis | Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension. |
| Rozmiar pliku | 78.85 KB |
| Liczba instalacji | 3,797 |
| Aktualna Wersja | 1.5.2592 |
| Ostatnia Aktualizacja | 2022-08-02 |
| Data Publikacji | 2020-10-18 |
| Ocena | 4.00/5 Łącznie 8 Oceny |
| Deweloper | Aknologia |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en,fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EcoleDirecte Enhanced",
"version": "1.5.2592",
"description": "Ajoute diff\u00e9rentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.",
"author": "Aknologia",
"default_locale": "fr",
"permissions": [
"storage",
"tabs",
"https:\/\/*.ecoledirecte.com\/*",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"dist\/scripts\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"js": [
"dist\/scripts\/requests.js"
],
"run_at": "document_start",
"matches": [
"https:\/\/*.ecoledirecte.com\/*"
]
},
{
"js": [
"dist\/scripts\/content.js"
],
"matches": [
"https:\/\/*.ecoledirecte.com\/*"
]
}
],
"web_accessible_resources": [
"dist\/scripts\/features\/requests_script.js",
"dist\/scripts\/features\/average.js",
"dist\/scripts\/features\/darktheme.js",
"dist\/css\/darktheme.css"
],
"browser_action": {
"default_icon": {
"16": "dist\/images\/icon-16.png",
"32": "dist\/images\/icon-32.png",
"48": "dist\/images\/icon-48.png",
"128": "dist\/images\/icon-128.png"
},
"default_popup": "dist\/popup.html"
},
"icons": {
"16": "dist\/images\/icon-16.png",
"32": "dist\/images\/icon-32.png",
"48": "dist\/images\/icon-48.png",
"128": "dist\/images\/icon-128.png"
}
} | |