贴吧标签

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

What is 贴吧标签?

贴吧标签 is a Chrome extension developed by 彼岸, and its main feature is "使用快捷键T 就可以给帖子加上一些有趣的标签。".

Extension Screenshots

screenshot

Download 贴吧标签 Extension CRX File

Download 贴吧标签 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        2013-06-15
修复部分贴吧[自己]标签不能显示问题

2013-06-14
增加[自挽]标签

2013-06-13
给力更新,
1.兼容所有类型贴吧
2.添加按发帖人身份加标签的功能
---------------------------------------------
【使用快捷键T】
就会自动给百度贴吧的帖子加上一些有趣的标签。

目前支持的标签:
火爆、二楼、自挽、自己、吧主、实习吧主、小吧主、图片小编、视频小编、去年、前年、大前年、三年前

本扩展原理类似于脚本,只在贴吧页面生效,不占用内存开销。                    

Extension Basic Information

Name 贴吧标签 贴吧标签
ID aelfpfaobpaoendaenianmedifjjliim
Official URL https://chromewebstore.google.com/detail/%E8%B4%B4%E5%90%A7%E6%A0%87%E7%AD%BE/aelfpfaobpaoendaenianmedifjjliim
Description 使用快捷键T 就可以给帖子加上一些有趣的标签。
File Size 97.22 KB
Installation Count 1,355
Current Version 1.2.3
Last Updated 2013-06-15
Publish Date 2013-06-14
Rating 3.60/5 Total 10 Ratings
Developer 彼岸
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8d34\u5427\u6807\u7b7e",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "\u4f7f\u7528\u5feb\u6377\u952eT \u5c31\u53ef\u4ee5\u7ed9\u5e16\u5b50\u52a0\u4e0a\u4e00\u4e9b\u6709\u8da3\u7684\u6807\u7b7e\u3002",
    "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"
        }
    ]
}