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 |
公式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" ] } ] } |