super copy

super copy

快速复制文库上的文字

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "super copy",
  "short_name": "Spopy",
  "description": "快速复制文库上的文字",
  "background": {
    "page": "home.html"
  },
  "version": "1.2",
  "manifest_version": 2,
  "icons": {
    "16": "./icon/icon.png",
    "128": "./icon/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://wenku.baidu.com/*"
      ],
      "css": [
        "style/style.css"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://wenku.baidu.com/*"
    ]
  },
  "permissions": [
    "contextMenus",
    "downloads",
    "tabs"
  ]
}