KK 贴吧工具箱
百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能
KK 贴吧工具箱とは何ですか?
KK 贴吧工具箱はhttp://kookxiang.comによって開発されたChromeの拡張機能で、その主な機能は「百度贴吧功能增强扩展,目前支持: 消息提醒功能 自动翻页功能」です。
拡張機能のスクリーンショット
KK 贴吧工具箱拡張機能のCRXファイルをダウンロード
KK 贴吧工具箱拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
及时提醒百度贴吧最新动态,登录后程序即会在后台运行,无需人工干预 --------------------------------------------- 更新日志: 2013-02-12 新增精华帖提醒、评价提醒 增加随机参数,使结果更准确 2013-02-11 改用 Chrome 标准的打开标签函数,降低延迟 2013-02-10 自动记忆翻页开关 加入新粉丝提醒 优化翻页系统,更快更智能 提醒关闭后默认不再弹出,直到有新提醒才恢复弹出 2013-02-09 加入自动翻页功能
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |