极简微6
微博急简V6不能用了,于是自己写了一个。清理掉了侧栏,弱化了次要内容,增强了阅读体验
Cos'è 极简微6?
极简微6 è un'estensione di Chrome sviluppata da http://get.jobdeer.com, e la sua funzione principale è "微博急简V6不能用了,于是自己写了一个。清理掉了侧栏,弱化了次要内容,增强了阅读体验".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 极简微6
Scarica i file di estensione 极简微6 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
新浪微博V6版本美(简)化插件。清理掉了侧栏,弱化了次要内容,增强了阅读体验。 更新添加了搜索图标,可切换搜索框的显示情况。 修正了私信页面联系人列表错位的bug。 1.7.3 再次默认隐藏搜索框。 1.7.4 修正了个人页面入口被隐藏的问题。同时将首页链接也放了出来。
Informazioni di Base sull'Estensione
Nome | |
ID | kedimpgoojmheehnejdlhalogkaoppga |
URL Ufficiale | https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E5%BE%AE6/kedimpgoojmheehnejdlhalogkaoppga |
Descrizione | 微博急简V6不能用了,于是自己写了一个。清理掉了侧栏,弱化了次要内容,增强了阅读体验 |
Dimensione del File | 41.75 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 1.7.4 |
Ultimo Aggiornamento | 2014-11-16 |
Data di Pubblicazione | 2014-11-16 |
Valutazione | 4.75/5 Totale 12 Valutazioni |
Sviluppatore | http://get.jobdeer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://get.jobdeer.com/1540.get |
URL della Pagina di Aiuto | http://get.jobdeer.com/1540.get |
URL della Pagina della Politica sulla Privacy | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6781\u7b80\u5fae6", "description": "\u5fae\u535a\u6025\u7b80V6\u4e0d\u80fd\u7528\u4e86\uff0c\u4e8e\u662f\u81ea\u5df1\u5199\u4e86\u4e00\u4e2a\u3002\u6e05\u7406\u6389\u4e86\u4fa7\u680f\uff0c\u5f31\u5316\u4e86\u6b21\u8981\u5185\u5bb9\uff0c\u589e\u5f3a\u4e86\u9605\u8bfb\u4f53\u9a8c", "version": "1.7.4", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "browser_action": { "default_icon": "weibodigital64.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/weibo.com\/*", "http:\/\/www.weibo.com\/*" ], "css": [ "clean.css" ], "js": [ "jquery-1.3b1.js", "clean.js" ] } ] } |