修改网页文本工具(modify web tool)

修改网页文本工具(modify web tool)

< 中文 > 【恶搞】修改网页文本 < English > 【joke】Modifying web page text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "修改网页文本工具",
  "version": "1.0.1",
  "description": "修改网页文本工具",
  "icons": {
    "32": "icons/stick_32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "index.js"
      ]
    }
  ]
}