Từ điển Nhật-Việt Anh-Việt Online

Từ điển Nhật-Việt Anh-Việt Online

Từ điển ABC có thể sử dụng được trên mọi website, bôi đen hoặc click đúp vào văn bản để tra nghĩa của từ hoặc đoạn văn.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Từ điển ABC"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/contents.css"
      ],
      "js": [
        "js/contents.js",
        "js/common.js",
        "js/jquery.min.js"
      ],
      "matches": [
        "*://*/*",
        "file:///*/*"
      ]
    }
  ],
  "description": "Từ điển ABC có thể sử dụng được trên mọi website, bôi đen hoặc click đúp vào văn bản để tra nghĩa của từ hoặc đoạn văn.",
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com 'unsafe-eval'; connect-src http://www.tudienabc.com http://translate.google.com; object-src 'self'",
  "manifest_version": 2,
  "name": "Từ điển Nhật-Việt Anh-Việt Online",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "tabs",
    "storage"
  ],
  "version": "1.0.6"
}