EcoleDirecte Enhanced

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

EcoleDirecte Enhanced là gì?

EcoleDirecte Enhanced là một tiện ích mở rộng Chrome được phát triển bởi Aknologia, và tính năng chính của nó là "Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EcoleDirecte Enhanced

Tải xuống các tệp mở rộng EcoleDirecte Enhanced dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EcoleDirecte Enhanced EcoleDirecte Enhanced
ID jmjpmgagkoliachgpidgekkmpfablheh
URL Chính Thức https://chromewebstore.google.com/detail/ecoledirecte-enhanced/jmjpmgagkoliachgpidgekkmpfablheh
Mô tả Ajoute différentes options au site EcoleDirecte.com. | Options disponibles dans le menu popup de l'extension.
Kích Thước Tệp 78.85 KB
Số Lần Cài Đặt 3,797
Phiên Bản Hiện Tại 1.5.2592
Cập Nhật Lần Cuối 2022-08-02
Ngày Phát Hành 2020-10-18
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Aknologia
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}