贴吧雪凛

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

Apa itu 贴吧雪凛?

贴吧雪凛 adalah ekstensi Chrome yang dikembangkan oleh http://bbs.4bpa.org, dan fitur utamanya adalah "使用雪凛在贴吧实现切换发帖回帖模式".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi 贴吧雪凛

Unduh file ekstensi 贴吧雪凛 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ### 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                    

Informasi Dasar Ekstensi

Nama 贴吧雪凛 贴吧雪凛
ID gogohdlgkkecdfempmppmebojacmgeph
URL Resmi https://chrome.google.com/webstore/detail/%E8%B4%B4%E5%90%A7%E9%9B%AA%E5%87%9B/gogohdlgkkecdfempmppmebojacmgeph
Deskripsi 使用雪凛在贴吧实现切换发帖回帖模式
Ukuran File 226 KB
Jumlah Instalasi 15
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2014-09-08
Tanggal Publikasi 2014-09-08
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://bbs.4bpa.org
Tipe Pembayaran free
Bahasa yang Didukung 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"
}