Đánh giá nhanh - DTU

Tiện ích đánh giá nhanh giảng viên trường đại học Duy Tân
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Đánh giá nhanh - DTU",
  "description": "Tiện ích đánh giá nhanh giảng viên trường đại học Duy Tân",
  "version": "1.0",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "./popup/popup.html"
  },
  "icons": {
    "16": "./Assets/icon16.png",
    "32": "./Assets/icon32.png",
    "48": "./Assets/icon48.png",
    "128": "./Assets/icon128.png"
  }
}