Topic Vocabulary (Từ vựng theo chủ đề)

Topic Vocabulary (Từ vựng theo chủ đề)

Học và ôn luyện hơn 1000 từ vựng tiếng Anh theo chủ đề mỗi khi mở Chrome tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Topic Vocabulary (Từ vựng theo chủ đề)",
  "description": "Học và ôn luyện hơn 1000 từ vựng tiếng Anh theo chủ đề mỗi khi mở Chrome tab",
  "version": "1.0.0",
  "browser_action": {
    "default_icon": {
      "16": "/img/16x16.png",
      "48": "/img/48x48.png",
      "128": "/img/128x128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}