iclass pdf

iclass pdf下載器,不僅限pdf檔案,但只能作用在iclass上。進入iclass後,點擊右上角iclass pdf,可以開啟下載選單。

iclass pdf là gì?

iclass pdf là một tiện ích mở rộng Chrome được phát triển bởi yicheng, và tính năng chính của nó là "iclass pdf下載器,不僅限pdf檔案,但只能作用在iclass上。進入iclass後,點擊右上角iclass pdf,可以開啟下載選單。".

Ả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 iclass pdf

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

                        Chrome Extension 實用工具。
Tronclass平台通用。
永久免費、輕便,且不搜集任何個資。

--------使用方法---------
1.點選加入chrome
2.在右上角會顯示iclass pdf的圖案(或是在拼圖圖示裡面)
3.瀏覽iclass網頁
4.找到你想要取得的pdf頁面
5.點開本應用會彈出按鈕視窗
6.開始使用
-------------------------------

免責聲明:本套件僅供學習與研究用途,請尊重智慧財產權。
更新:2024/2/5                    

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

Tên iclass pdf iclass pdf
ID fdobkcnjdgeofjknnbhfhjpmhiipiami
URL Chính Thức https://chromewebstore.google.com/detail/iclass-pdf/fdobkcnjdgeofjknnbhfhjpmhiipiami
Mô tả iclass pdf下載器,不僅限pdf檔案,但只能作用在iclass上。進入iclass後,點擊右上角iclass pdf,可以開啟下載選單。
Kích Thước Tệp 71.04 KB
Số Lần Cài Đặt 1,529
Phiên Bản Hiện Tại 2.2.0
Cập Nhật Lần Cuối 2024-02-08
Ngày Phát Hành 2020-11-10
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển yicheng
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iclass pdf",
    "version": "2.2.0",
    "description": "iclass pdf\u4e0b\u8f09\u5668\uff0c\u4e0d\u50c5\u9650pdf\u6a94\u6848\uff0c\u4f46\u53ea\u80fd\u4f5c\u7528\u5728iclass\u4e0a\u3002\u9032\u5165iclass\u5f8c\uff0c\u9ede\u64ca\u53f3\u4e0a\u89d2iclass pdf\uff0c\u53ef\u4ee5\u958b\u555f\u4e0b\u8f09\u9078\u55ae\u3002",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon-128.png",
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        }
    },
    "permissions": [
        "downloads",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/iclass.tku.edu.tw\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png"
    }
}