Text Clarifier MEIRYO

I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to…

Co to jest Text Clarifier MEIRYO?

Text Clarifier MEIRYO to rozszerzenie Chrome opracowane przez ltg_lambda, a jego główną funkcją jest „I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to…”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Text Clarifier MEIRYO

Pobierz pliki rozszerzeń Text Clarifier MEIRYO 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

                        I find some fonts difficult to read.

With this, your eyes will hurt less when looking at a screen.

It's very simple and easy to use.

読みにくいフォントを読みやすくするプラグインです。

シンプルで簡単に操作できます。                    

Podstawowe informacje o rozszerzeniu

Nazwa Text Clarifier MEIRYO Text Clarifier MEIRYO
ID eeeecllpanecjflfadcogipbfmblcalg
Oficjalny URL https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg
Opis I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to…
Rozmiar pliku 26.76 KB
Liczba instalacji 46
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-08-30
Data Publikacji 2017-08-30
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper ltg_lambda
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Text Clarifier MEIRYO",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Text Clarifier MEIRYO"
    }
}