笑典

笑典

教育部重編國語辭典 Chrome 離線版

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "笑典",
  "version": "0.5.3",
  "manifest_version": 2,
  "description": "教育部重編國語辭典 Chrome 離線版",
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon48.png",
    "default_title": "Google Mail"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content_script.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "js/jquery-1.9.0.min.js",
      "js/background.js"
    ],
    "persistent": false
  }
}