iclass pdf

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

What is iclass pdf?

iclass pdf is a Chrome extension developed by yicheng, and its main feature is "iclass pdf下載器,不僅限pdf檔案,但只能作用在iclass上。進入iclass後,點擊右上角iclass pdf,可以開啟下載選單。".

Extension Screenshots

screenshot
screenshot

Download iclass pdf Extension CRX File

Download iclass pdf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

Extension Basic Information

Name iclass pdf iclass pdf
ID fdobkcnjdgeofjknnbhfhjpmhiipiami
Official URL https://chromewebstore.google.com/detail/iclass-pdf/fdobkcnjdgeofjknnbhfhjpmhiipiami
Description iclass pdf下載器,不僅限pdf檔案,但只能作用在iclass上。進入iclass後,點擊右上角iclass pdf,可以開啟下載選單。
File Size 71.04 KB
Installation Count 1,529
Current Version 2.2.0
Last Updated 2024-02-08
Publish Date 2020-11-10
Rating 5.00/5 Total 9 Ratings
Developer yicheng
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}