SP_Course_Review

Hỗ trợ bạn lấy link chấm bài, lấy quiz nhanh chóng. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết

什麼是SP_Course_Review?

SP_Course_Review是由levietaqviet1開發的Chrome擴展程式,該擴展的主要功能是“Hỗ trợ bạn lấy link chấm bài, lấy quiz nhanh chóng. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết”。

擴展截圖

screenshot
screenshot
screenshot

下載SP_Course_Review擴展crx文件

下載SP_Course_Review擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The tool supports you in displaying a button to copy the submission link on the platform.

Zalo: 0911436976                    

擴展基本資訊

名稱 SP_Course_Review SP_Course_Review
ID ohjkhiklkcgjeiodhfhlcmhfelfibjdg
官方網址 https://chromewebstore.google.com/detail/spcoursereview/ohjkhiklkcgjeiodhfhlcmhfelfibjdg
簡介 Hỗ trợ bạn lấy link chấm bài, lấy quiz nhanh chóng. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết
檔案大小 194 KB
安裝次數 120
目前版本 2.4
更新時間 2024-01-24
上架時間 2023-09-20
評分 5.00/5 共 2 次評分
開發者 levietaqviet1
電子郵箱 [email protected]
付費類型 free
支援的語言 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SP_Course_Review",
    "version": "2.4",
    "description": "H\u00f4\u0303 tr\u01a1\u0323 ba\u0323n l\u00e2\u0301y link ch\u00e2\u0301m ba\u0300i, l\u1ea5y quiz nhanh ch\u00f3ng. T\u00f4\u0309 h\u01a1\u0323p phi\u0301m trong h\u01b0\u1ee1ng d\u1eabn c\u1ee7a th\u1ebb. Xem video bi\u1ebft th\u00eam chi ti\u1ebft",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.coursera.org\/*"
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/getLinkCourse.js",
                "js\/copyText.js"
            ]
        }
    ],
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "img\/Boba Tea.png"
    },
    "icons": {
        "16": "img\/Boba Tea.png",
        "32": "img\/Boba Tea.png",
        "48": "img\/Boba Tea.png",
        "128": "img\/Boba Tea.png"
    }
}