Better Wikipedia for high resolution screens

Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.

What is Better Wikipedia for high resolution screens?

Better Wikipedia for high resolution screens is a Chrome extension developed by guus.noij, and its main feature is "Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.".

Extension Screenshots

screenshot
screenshot

Download Better Wikipedia for high resolution screens Extension CRX File

Download Better Wikipedia for high resolution screens 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

                        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.                    

Extension Basic Information

Name Better Wikipedia for high resolution screens Better Wikipedia for high resolution screens
ID bmemopkabblfjaaccedpndobjebljkag
Official URL https://chromewebstore.google.com/detail/better-wikipedia-for-high/bmemopkabblfjaaccedpndobjebljkag
Description Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.
File Size 12.63 KB
Installation Count 79
Current Version 0.0.1
Last Updated 2020-11-23
Publish Date 2020-11-22
Rating 5.00/5 Total 5 Ratings
Developer guus.noij
Email [email protected]
Payment Type free
Supported Languages 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\/*\/*"
            ]
        }
    ]
}