Better Wikipedia for high resolution screens
Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.
Better Wikipedia for high resolution screensとは何ですか?
Better Wikipedia for high resolution screensはguus.noijによって開発されたChromeの拡張機能で、その主な機能は「Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.」です。
拡張機能のスクリーンショット
Better Wikipedia for high resolution screens拡張機能のCRXファイルをダウンロード
Better Wikipedia for high resolution screens拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wikipedia webpage is not optimized for high resolution and ultra widescreens. Article line length get very long, this makes reading lines more difficult. This extension fixes this by setting an optimal line length for every article.
拡張機能の基本情報
名前 | Better Wikipedia for high resolution screens |
ID | bmemopkabblfjaaccedpndobjebljkag |
公式URL | https://chromewebstore.google.com/detail/better-wikipedia-for-high/bmemopkabblfjaaccedpndobjebljkag |
説明 | Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens. |
ファイルサイズ | 12.63 KB |
インストール数 | 79 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-11-23 |
公開日 | 2020-11-22 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | guus.noij |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Wikipedia for high resolution screens", "version": "0.0.1", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "description": "Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/*.wikipedia.org\/*\/*" ] } ] } |