极简微6
微博急简V6不能用了,于是自己写了一个。清理掉了侧栏,弱化了次要内容,增强了阅读体验
极简微6란 무엇입니까?
极简微6은(는) http://get.jobdeer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "微博急简V6不能用了,于是自己写了一个。清理掉了侧栏,弱化了次要内容,增强了阅读体验"입니다.
확장 프로그램 스크린샷
极简微6 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
新浪微博V6版本美(简)化插件。清理掉了侧栏,弱化了次要内容,增强了阅读体验。 更新添加了搜索图标,可切换搜索框的显示情况。 修正了私信页面联系人列表错位的bug。 1.7.3 再次默认隐藏搜索框。 1.7.4 修正了个人页面入口被隐藏的问题。同时将首页链接也放了出来。
확장 프로그램 기본 정보
이름 | |
ID | kedimpgoojmheehnejdlhalogkaoppga |
공식 URL | https://chrome.google.com/webstore/detail/%E6%9E%81%E7%AE%80%E5%BE%AE6/kedimpgoojmheehnejdlhalogkaoppga |
설명 | 微博急简V6不能用了,于是自己写了一个。清理掉了侧栏,弱化了次要内容,增强了阅读体验 |
파일 크기 | 41.75 KB |
설치 횟수 | 54 |
현재 버전 | 1.7.4 |
최근 업데이트 | 2014-11-16 |
출시 날짜 | 2014-11-16 |
평점 | 4.75/5 총 12 개의 평점 |
개발자 | http://get.jobdeer.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://get.jobdeer.com/1540.get |
도움말 페이지 URL | http://get.jobdeer.com/1540.get |
개인정보 보호 정책 페이지 URL | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
지원되는 언어 | 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" ] } ] } |