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 to jest Better Wikipedia for high resolution screens?

Better Wikipedia for high resolution screens to rozszerzenie Chrome opracowane przez guus.noij, a jego główną funkcją jest „Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Better Wikipedia for high resolution screens

Pobierz pliki rozszerzeń Better Wikipedia for high resolution screens w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Better Wikipedia for high resolution screens Better Wikipedia for high resolution screens
ID bmemopkabblfjaaccedpndobjebljkag
Oficjalny URL https://chromewebstore.google.com/detail/better-wikipedia-for-high/bmemopkabblfjaaccedpndobjebljkag
Opis Make articles on Wikipedia easier readable by having an optimal line length on high resolution and ultrawide screens.
Rozmiar pliku 12.63 KB
Liczba instalacji 79
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2020-11-23
Data Publikacji 2020-11-22
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper guus.noij
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*\/*"
            ]
        }
    ]
}