Enhanced Wikipedia UI
A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Enhanced Wikipedia UI란 무엇입니까?
Enhanced Wikipedia UI은(는) https://david-hong.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability."입니다.
확장 프로그램 스크린샷
Enhanced Wikipedia UI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A google extension that redesigns the Wikipedia website in order to create a more user friendly and readable interface. Features include a more modern design, fixed table of contents on the sidebar (no more manually scrolling to the top to find another heading!). Also has a more convenient search bar with larger search result items. Automatically opens an image in a lightbox rather than navigating away from the page to show the image. Readability enhancements include: Change in font (family, size, color, line-height and others). Paragraphs now are indented and have larger margins/padding to give more breathing room Images also have more padding and border-radius Image captions now "hover to display" to give more of a minimal look Table padding significantly increased to give more breathing room And MUCH more!
확장 프로그램 기본 정보
이름 | Enhanced Wikipedia UI |
ID | kpccobiljcljgnldjleifiblpdicjmmd |
공식 URL | https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd |
설명 | A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability. |
파일 크기 | 43.64 KB |
설치 횟수 | 162 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-11-03 |
출시 날짜 | 2014-11-02 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://david-hong.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enhanced Wikipedia UI", "description": "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*.wikipedia.org\/*" ], "css": [ "style.css" ] } ] } |