Smartschool Plus

Add extra features to Smartschool

Smartschool Plus là gì?

Smartschool Plus là một tiện ích mở rộng Chrome được phát triển bởi thomaspeetersdev, và tính năng chính của nó là "Add extra features to Smartschool".

Ả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 Smartschool Plus

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

                        - Adds a "Download original" button under the main photo when viewing a photo gallery. Use this button to download the main photo in its original quality.
- Adds a "Make album zip" button under every photo album, allowing you to download an entire album as a zip file. All photo's in this zip will be original quality.                    

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

Tên Smartschool Plus Smartschool Plus
ID glcnmmnhadkmgikpgciabebjmkocalga
URL Chính Thức https://chromewebstore.google.com/detail/smartschool-plus/glcnmmnhadkmgikpgciabebjmkocalga
Mô tả Add extra features to Smartschool
Kích Thước Tệp 622 KB
Số Lần Cài Đặt 707
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-08-26
Ngày Phát Hành 2023-05-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển thomaspeetersdev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/thomaspeeters/smartschool-plus
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smartschool Plus",
    "description": "Add extra features to Smartschool",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "js": [
                "js\/jquery-3.7.0.min.js",
                "js\/fontawesome-all.min.js",
                "js\/zip-full.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "host_permissions": [
        "https:\/\/*.smartschool.be\/*"
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "permissions": [
        "offscreen"
    ]
}