Enhanced Wikipedia UI
A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.
Enhanced Wikipedia UI là gì?
Enhanced Wikipedia UI là một tiện ích mở rộng Chrome được phát triển bởi https://david-hong.com, và tính năng chính của nó là "A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Enhanced Wikipedia UI
Tải xuống các tệp mở rộng Enhanced Wikipedia UI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Enhanced Wikipedia UI |
ID | kpccobiljcljgnldjleifiblpdicjmmd |
URL Chính Thức | https://chromewebstore.google.com/detail/enhanced-wikipedia-ui/kpccobiljcljgnldjleifiblpdicjmmd |
Mô tả | A massive redesign of the Wikipedia website. Enhanced design includes a more user friendly interface that increases readability. |
Kích Thước Tệp | 43.64 KB |
Số Lần Cài Đặt | 162 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-11-03 |
Ngày Phát Hành | 2014-11-02 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://david-hong.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |