痞客邦找文章

痞客邦找文章

選取文字後用右鍵來搜尋文章

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "痞客邦找文章",
  "manifest_version": 2,
  "description": "選取文字後用右鍵來搜尋文章",
  "version": "0.4",
  "permissions": [
    "contextMenus",
    "contentSettings"
  ],
  "background": {
    "scripts": [
      "pix.js"
    ]
  },
  "icons": {
    "32": "logo/32.png",
    "64": "logo/icon.png",
    "128": "logo/icon.png"
  }
}