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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}