贴吧标签

贴吧标签

使用快捷键T 就可以给帖子加上一些有趣的标签。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "贴吧标签",
  "version": "1.2.3",
  "manifest_version": 2,
  "description": "使用快捷键T 就可以给帖子加上一些有趣的标签。",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://tieba.baidu.com/f*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "jquery-2.0.2.min.js",
        "script.js"
      ],
      "run_at": "document_end"
    }
  ]
}