Better Weibo (简微博)
Helps to get a better and cleaner experience with Sina Weibo.
Better Weibo (简微博)とは何ですか?
Better Weibo (简微博)はtianhe.uestcによって開発されたChromeの拡張機能で、その主な機能は「Helps to get a better and cleaner experience with Sina Weibo.」です。
拡張機能のスクリーンショット
Better Weibo (简微博)拡張機能のCRXファイルをダウンロード
Better Weibo (简微博)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 移除登录“完善资料”页面
拡張機能の基本情報
名前 | |
ID | lbokfplgncmdeogdbkgjpogpkkbockmm |
公式URL | https://chrome.google.com/webstore/detail/better-weibo-%E7%AE%80%E5%BE%AE%E5%8D%9A/lbokfplgncmdeogdbkgjpogpkkbockmm |
説明 | Helps to get a better and cleaner experience with Sina Weibo. |
ファイルサイズ | 157 KB |
インストール数 | 218 |
現在のバージョン | 0.72 |
最終更新日 | 2014-01-11 |
公開日 | 2014-01-11 |
評価 | 3.79/5 合計 34 レビュー |
開発者 | tianhe.uestc |
支払い方法 | free |
拡張機能のウェブサイト | http://www.isweetriver.com |
ヘルプページのURL | http://www.isweetriver.com/betterweibo |
対応言語 | 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" ] } |