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文件
下載Enhanced Wikipedia UI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } ] } |