族語翻譯精靈 - sisil

族語翻譯精靈 - sisil

將滑鼠指到的各族族語單詞翻譯成中文,按下空白鍵會開啟進階查詢。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "族語翻譯精靈 - sisil",
  "version": "1.1.4",
  "description": "將滑鼠指到的各族族語單詞翻譯成中文,按下空白鍵會開啟進階查詢。",
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/ba.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-1.10.0.min.js",
        "rikaicontent.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "css/popup.css"
  ]
}