Basic Font Readability

Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.

Co to jest Basic Font Readability?

Basic Font Readability to rozszerzenie Chrome opracowane przez https://emdixonroche.com, a jego główną funkcją jest „Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Basic Font Readability

Pobierz pliki rozszerzeń Basic Font Readability 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

                        Are you ever on website with really small text in a really hard to read font? 
But you can zoom in so no problem right? 
But.. now you've zoomed in you can see the menu or the general website layout BECAUSE you zoomed in?

With this extension you don't have to lose the layout of the website AND you can make it all an easy to read font. 

Make all text:
1. Bigger OR Smaller
2. Sans Serif or Serif (basically Arial vs Times New Roman).                    

Podstawowe informacje o rozszerzeniu

Nazwa Basic Font Readability Basic Font Readability
ID ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Oficjalny URL https://chromewebstore.google.com/detail/basic-font-readability/ehkgmkdmnbmimjkpgmmhgefgmimnmdjh
Opis Make text on any website bigger/smaller or sans-serif/serif without changing the website's layout.
Rozmiar pliku 162 KB
Liczba instalacji 28
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2020-03-20
Data Publikacji 2020-03-18
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://emdixonroche.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basic Font Readability",
    "version": "0.4",
    "icons": {
        "16": "favicon.png",
        "128": "favicon.png"
    },
    "description": "Make text on any website bigger\/smaller or sans-serif\/serif without changing the website's layout.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.12.4.min.js",
                "js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}