贴吧雪凛

使用雪凛在贴吧实现切换发帖回帖模式

贴吧雪凛とは何ですか?

贴吧雪凛はhttp://bbs.4bpa.orgによって開発されたChromeの拡張機能で、その主な機能は「使用雪凛在贴吧实现切换发帖回帖模式」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

贴吧雪凛拡張機能のCRXファイルをダウンロード

贴吧雪凛拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ### Author
* [腾袭](http://tengattack.com)
* Copyright (c) 2013 tengattack

### License
* [GPLv3](http://www.gnu.org/licenses/gpl.html)

### Chrome Web Store
* https://chrome.google.com/webstore/detail/gogohdlgkkecdfempmppmebojacmgeph

### 更新历史
* 06/12/2014
  > 修正百度更新后无法通过雪凛回复楼中楼的问题

* 10/16/2013
  > 修正百度更新后无法通过雪凛发帖的问题

* 09/08/2013
  > 添加签到功能
  > 修正发帖回帖内容显示 HTML 字符的问题等

* 09/07/2013
  > Start                    

拡張機能の基本情報

名前 贴吧雪凛 贴吧雪凛
ID gogohdlgkkecdfempmppmebojacmgeph
公式URL https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E9%9B%AA%E5%87%9B/gogohdlgkkecdfempmppmebojacmgeph
説明 使用雪凛在贴吧实现切换发帖回帖模式
ファイルサイズ 226 KB
インストール数 15
現在のバージョン 1.0.8
最終更新日 2014-09-08
公開日 2014-09-08
評価 5.00/5 合計 2 レビュー
開発者 http://bbs.4bpa.org
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8d34\u5427\u96ea\u51db",
    "short_name": "tieba-snow",
    "version": "1.0.8",
    "description": "\u4f7f\u7528\u96ea\u51db\u5728\u8d34\u5427\u5b9e\u73b0\u5207\u6362\u53d1\u5e16\u56de\u5e16\u6a21\u5f0f",
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "http:\/\/*.baidu.com\/",
        "http:\/\/127.0.0.1\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tieba.baidu.com\/*"
            ],
            "js": [
                "js\/jquery-1.10.2.min.js",
                "js\/tiebasnow.js",
                "js\/ts-page.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_title": "\u8d34\u5427\u96ea\u51db"
    },
    "offline_enabled": false,
    "homepage_url": "http:\/\/bbs.4bpa.org\/thread-275192-1-1.html"
}