Wiki Reader
Adjusts Formatting of Wiki Pages for better readability
What is Wiki Reader?
Wiki Reader is a Chrome extension developed by Johnbuble, and its main feature is "Adjusts Formatting of Wiki Pages for better readability".
Extension Screenshots
Download Wiki Reader Extension CRX File
Download Wiki Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Chrome Extension modifies wikipedia webpages to: - limit the horizontal space - turn the page to dark mode for better readability, especially on large screens. No tracking, no ads.
Extension Basic Information
Name | Wiki Reader |
ID | jdkaiipcpgdgbbiepihiggaflgipbnhb |
Official URL | https://chromewebstore.google.com/detail/wiki-reader/jdkaiipcpgdgbbiepihiggaflgipbnhb |
Description | Adjusts Formatting of Wiki Pages for better readability |
File Size | 42.25 KB |
Installation Count | 110 |
Current Version | 0.4 |
Last Updated | 2020-09-21 |
Publish Date | 2020-07-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Johnbuble |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/OlJohnny/Wiki-Reader |
Help Page URL | https://github.com/OlJohnny/Wiki-Reader/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wiki Reader", "description": "Adjusts Formatting of Wiki Pages for better readability", "author": "Johnbuble", "version": "0.4", "manifest_version": 2, "browser_action": { "default_title": "Wiki Reader", "default_icon": { "38": "icons\/icon_38.png", "19": "icons\/icon_19.png" } }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.wikipedia.org\/*" ], "run-at": "document_start", "css": [ "content.css" ] } ] } |