KK 贴吧工具箱

百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能

KK 贴吧工具箱란 무엇입니까?

KK 贴吧工具箱은(는) http://kookxiang.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能"입니다.

확장 프로그램 스크린샷

screenshot

KK 贴吧工具箱 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        及时提醒百度贴吧最新动态,登录后程序即会在后台运行,无需人工干预

---------------------------------------------

更新日志:
2013-02-12
  新增精华帖提醒、评价提醒
  增加随机参数,使结果更准确
2013-02-11
  改用 Chrome 标准的打开标签函数,降低延迟
2013-02-10
  自动记忆翻页开关
  加入新粉丝提醒
  优化翻页系统,更快更智能
  提醒关闭后默认不再弹出,直到有新提醒才恢复弹出
2013-02-09
  加入自动翻页功能                    

확장 프로그램 기본 정보

이름 KK 贴吧工具箱 KK 贴吧工具箱
ID bcmemjlkdbeephmnklgimfnjlmfhfdgi
공식 URL https://chrome.google.com/webstore/detail/kk-%E8%B4%B4%E5%90%A7%E5%B7%A5%E5%85%B7%E7%AE%B1/bcmemjlkdbeephmnklgimfnjlmfhfdgi
설명 百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能
파일 크기 40 KB
설치 횟수 63
현재 버전 1.2.2.0
최근 업데이트 2013-02-12
출시 날짜 2013-02-12
평점 4.67/5 총 6 개의 평점
개발자 http://kookxiang.com
이메일 [email protected]
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u767e\u5ea6\u8d34\u5427\u529f\u80fd\u589e\u5f3a\u6269\u5c55\uff0c\u76ee\u524d\u652f\u6301\uff1a\n\u6d88\u606f\u63d0\u9192\u529f\u80fd\n\u81ea\u52a8\u7ffb\u9875\u529f\u80fd",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tieba.baidu.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "images\/fans.png",
        "images\/message.png",
        "images\/at.png",
        "images\/reply.png",
        "images\/feature.png",
        "images\/vote.png",
        "images\/trash.png"
    ],
    "permissions": [
        "http:\/\/tieba.baidu.com\/*",
        "http:\/\/*.tieba.baidu.com\/*",
        "notifications"
    ],
    "manifest_version": 2,
    "name": "KK \u8d34\u5427\u5de5\u5177\u7bb1",
    "version": "1.2.2.0"
}