EcoleDirecte Enhanced

Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.

ما هو EcoleDirecte Enhanced؟

EcoleDirecte Enhanced هو إضافة Chrome تم تطويرها بواسطة Aknologia، والميزة الرئيسية لها هي "Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة EcoleDirecte Enhanced

قم بتنزيل ملفات الامتداد EcoleDirecte Enhanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        [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)                    

معلومات أساسية عن التمديد

الاسم EcoleDirecte Enhanced EcoleDirecte Enhanced
ID jmjpmgagkoliachgpidgekkmpfablheh
عنوان URL الرسمي https://chromewebstore.google.com/detail/ecoledirecte-enhanced/jmjpmgagkoliachgpidgekkmpfablheh
الوصف Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.
حجم الملف 78.85 KB
عدد التثبيتات 3,797
النسخة الحالية 1.5.2592
آخر تحديث 2022-08-02
تاريخ النشر 2020-10-18
تقييم 4.00/5 مجموع تقييمات 8
المطور Aknologia
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}