Better Wikipedia for high resolution screens

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

Co je Better Wikipedia for high resolution screens?

Better Wikipedia for high resolution screens je rozšíření Chrome vyvinuté guus.noij, a jeho hlavní funkcí je „Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better Wikipedia for high resolution screens

Stáhněte si soubory rozšíření Better Wikipedia for high resolution screens ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Better Wikipedia for high resolution screens Better Wikipedia for high resolution screens
ID bmemopkabblfjaaccedpndobjebljkag
Oficiální URL https://chromewebstore.google.com/detail/better-wikipedia-for-high/bmemopkabblfjaaccedpndobjebljkag
Popis Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.
Velikost souboru 12.63 KB
Počet instalací 79
Aktuální Verze 0.0.1
Poslední Aktualizace 2020-11-23
Datum Vydání 2020-11-22
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář guus.noij
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*\/*"
            ]
        }
    ]
}