Từ điển Hán-Nôm-Trung tổng hợp

Từ điển Hán-Nôm-Trung tổng hợp

Từ điển Hán-Nôm-Trung tổng hợp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Từ điển Hán-Nôm-Trung tổng hợp",
  "short_name": "HVDic",
  "description": "Từ điển Hán-Nôm-Trung tổng hợp",
  "version": "1.3.0",
  "browser_action": {
    "default_icon": "image/icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/jquery.min-1.11.1.js",
        "content_script.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "image/icon16.png",
    "128": "image/icon128.png"
  },
  "commands": {
    "lookup-han": {
      "suggested_key": {
        "default": "Ctrl+Shift+H",
        "mac": "Command+Shift+H"
      },
      "description": "Tra từ Hán Việt từ trang web"
    },
    "lookup-pinyin": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Tra từ Pinyin trang web"
    },
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Cửa sổ tra từ"
    }
  }
}