MiaouNotes

Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA

MiaouNotes là gì?

MiaouNotes là một tiện ích mở rộng Chrome được phát triển bởi Simon Ledoux, và tính năng chính của nó là "Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA".

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

screenshot

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

Tải xuống các tệp mở rộng MiaouNotes 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

                        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                    

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

Tên MiaouNotes MiaouNotes
ID bkkaabfnclmnaahnmjpnofbccifckmhm
URL Chính Thức https://chromewebstore.google.com/detail/miaounotes/bkkaabfnclmnaahnmjpnofbccifckmhm
Mô tả Ajoute de nouvelles fonctionnalités à l'intranet de l'URCA
Kích Thước Tệp 17.3 MB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 2.1.4
Cập Nhật Lần Cuối 2023-01-16
Ngày Phát Hành 2021-12-29
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Simon Ledoux
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/simon511000/MiaouNotes
URL Trang Trợ Giúp https://github.com/simon511000/MiaouNotes/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}