Better Weibo (简微博)

Helps to get a better and cleaner experience with Sina Weibo.

Cos'è Better Weibo (简微博)?

Better Weibo (简微博) è un'estensione di Chrome sviluppata da tianhe.uestc, e la sua funzione principale è "Helps to get a better and cleaner experience with Sina Weibo.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Better Weibo (简微博)

Scarica i file di estensione Better Weibo (简微博) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Sina Weibo re-designed. Introducing the new weibo, clean, neat, and better experience.

BetterWeibo基于新版新浪微博,对整体视觉效果重新设计,以更加简约的风格和体验展示新浪微博。设计核心围绕微博的阅读,力图减少微博界面对信息阅读和发布的干扰,提供一个更加干净、整洁的微博UI。


1. 保持按时间排序
2. 移除新浪微博广告
3. 移除新浪微博无聊的元素,比如badge、奥运、原版巨大的脚注之类的东西。
4. 移除各种不常用功能
5. 标题栏和左侧导航栏保持新微博数量提示。
6. 其它各种的细节调整,比如移除了企业微博的个性化界面

0.53
  保留分组功能,保留“微吧”。其它细节调整。
0.54
  增加对分辨率高度较低的情况(如高768、800的情况)的支持。
0.58
  默认隐藏单独分行显示的用户昵称。
0.60
  允许固定顶部微博发布框
  移除“微博推广”
  将“密友”并入“分组”
0.65
  针对合并转发进行优化
0.72
  移除登录“完善资料”页面                    

Informazioni di Base sull'Estensione

Nome Better Weibo (简微博) Better Weibo (简微博)
ID lbokfplgncmdeogdbkgjpogpkkbockmm
URL Ufficiale https://chrome.google.com/webstore/detail/better-weibo-%E7%AE%80%E5%BE%AE%E5%8D%9A/lbokfplgncmdeogdbkgjpogpkkbockmm
Descrizione Helps to get a better and cleaner experience with Sina Weibo.
Dimensione del File 157 KB
Conteggio Installazioni 218
Versione Corrente 0.72
Ultimo Aggiornamento 2014-01-11
Data di Pubblicazione 2014-01-11
Valutazione 3.79/5 Totale 34 Valutazioni
Sviluppatore tianhe.uestc
Tipo di Pagamento free
Sito Web dell'Estensione http://www.isweetriver.com
URL della Pagina di Aiuto http://www.isweetriver.com/betterweibo
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Weibo (\u7b80\u5fae\u535a)",
    "version": "0.72",
    "manifest_version": 2,
    "description": "Helps to get a better and cleaner experience with Sina Weibo.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery\/jquery.min.js",
                "jquery\/jquery-ui.min.js",
                "betterweibo.js"
            ],
            "matches": [
                "http:\/\/www.weibo.com\/*",
                "http:\/\/weibo.com\/*",
                "http:\/\/e.weibo.com\/*",
                "https:\/\/www.weibo.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "less.min.js",
        "img\/search_icon.png",
        "img\/gear.png",
        "img\/edit.png",
        "img\/pin.png",
        "img\/pin_fixed.png"
    ],
    "incognito": "spanning",
    "default_locale": "en",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "tabs"
    ]
}