SP_Course_Review

SP_Course_Review

Hỗ trợ bạn làm Quiz nhanh hơn bao giờ hết. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SP_Course_Review",
  "version": "2.51",
  "description": "Hỗ trợ bạn làm Quiz nhanh hơn bao giờ hết. Tổ hợp phím trong hưỡng dẫn của thẻ. Xem video biết thêm chi tiết",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.coursera.org/*"
      ],
      "css": [
        "css/custom.css"
      ],
      "js": [
        "js/getLinkCourse.js",
        "js/copyText.js",
        "js/graud.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"
  }
}