Readable Font Size

alf + f to get good font size

Co to jest Readable Font Size?

Readable Font Size to rozszerzenie Chrome opracowane przez gywn, a jego główną funkcją jest „alf + f to get good font size”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Readable Font Size

Pobierz pliki rozszerzeń Readable Font Size 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

                        Automatically adjust font size, line height and text block width in the page, *in situ*.
Say goodbye to text lines so long that they hurt your eyes' rectus.                    

Podstawowe informacje o rozszerzeniu

Nazwa Readable Font Size Readable Font Size
ID keccobjcncahemlohalblmalkeomhfjp
Oficjalny URL https://chrome.google.com/webstore/detail/readable-font-size/keccobjcncahemlohalblmalkeomhfjp
Opis alf + f to get good font size
Rozmiar pliku 7.54 KB
Liczba instalacji 104
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2016-05-31
Data Publikacji 2016-05-31
Ocena 1.00/5 Łącznie 2 Oceny
Deweloper gywn
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content-persistent.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "alf + f to get good font size",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Readable Font Size",
    "version": "1.0.1",
    "web_accessible_resources": [
        "images\/sprite.svg"
    ]
}