Widened Weibo

加宽版微博,充分利用屏幕空间

Apa itu Widened Weibo?

Widened Weibo adalah ekstensi Chrome yang dikembangkan oleh http://kookxiang.com, dan fitur utamanya adalah "加宽版微博,充分利用屏幕空间".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Widened Weibo

Unduh file ekstensi Widened Weibo 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

                        FORCE wide-screen support for Weibo.COM

使用纯净CSS生产,无需担心性能。
Written in PURE CSS, won't slow down your computer.

部分界面添加 CSS3 动画效果
Additional CSS3 transform effects.

==========

如果需要过滤 Weibo.COM 的广告,请安装 Adblock Plus 拓展,并订阅以下广告过滤清单:
  http://www.ikk.me/kklist.txt

If you wish to remove ads from Weibo.COM, please refer to extension called "Adblock Plus", and subscribe the above file.                    

Informasi Dasar Ekstensi

Nama Widened Weibo Widened Weibo
ID poeminakmaicndcgkcnoekebemihijnf
URL Resmi https://chrome.google.com/webstore/detail/widened-weibo/poeminakmaicndcgkcnoekebemihijnf
Deskripsi 加宽版微博,充分利用屏幕空间
Ukuran File 4.34 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0.0.5
Terakhir Diperbarui 2013-12-21
Tanggal Publikasi 2013-12-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://kookxiang.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.ikk.me
Bahasa yang Didukung zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u52a0\u5bbd\u7248\u5fae\u535a\uff0c\u5145\u5206\u5229\u7528\u5c4f\u5e55\u7a7a\u95f4",
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "matches": [
                "http:\/\/weibo.com\/*",
                "http:\/\/www.weibo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Widened Weibo",
    "permissions": [
        "http:\/\/weibo.com\/*",
        "http:\/\/www.weibo.com\/*"
    ],
    "version": "1.0.0.5",
    "web_accessible_resources": [
        "style.css"
    ]
}