Readable Wikipedia
Enhacements to wikipedia to increase its readability.
Readable Wikipedia란 무엇입니까?
Readable Wikipedia은(는) Nick Rowe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhacements to wikipedia to increase its readability."입니다.
확장 프로그램 스크린샷
Readable Wikipedia 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wikipedia Readability improves the readability of wikipedia by reducing the number of distractions on the page and improving the readability of the type. This extension attempts to keep the distinctive Wikipedia look while adding usability and readability improvements.
확장 프로그램 기본 정보
이름 | |
ID | imoddojnfpdkpfiipadaibjplddaneka |
공식 URL | https://chrome.google.com/webstore/detail/readable-wikipedia/imoddojnfpdkpfiipadaibjplddaneka |
설명 | Enhacements to wikipedia to increase its readability. |
파일 크기 | 549 KB |
설치 횟수 | 2,000 |
현재 버전 | 1.7 |
최근 업데이트 | 2013-07-10 |
출시 날짜 | 2013-07-10 |
평점 | 3.63/5 총 52 개의 평점 |
개발자 | Nick Rowe |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://labs.dcxn.com/wikipedia-readability/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readable Wikipedia", "version": "1.7", "manifest_version": 2, "description": "Enhacements to wikipedia to increase its readability.", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/wiki\/*" ], "css": [ "readable.css" ], "js": [ "jquery.js", "jquery.hotkeys.js", "enhancements.js" ] } ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "web_accessible_resources": [ "images\/desktop.png", "images\/mobile.gif" ], "permissions": [ "tabs", "*:\/\/*.wikipedia.org\/wiki\/*" ] } |