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…

O que é Text Clarifier MEIRYO?

Text Clarifier MEIRYO é uma extensão do Chrome desenvolvida por ltg_lambda, e sua principal característica é "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…".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Text Clarifier MEIRYO

Baixe arquivos de extensão Text Clarifier MEIRYO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

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

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

Informações Básicas da Extensão

Nome Text Clarifier MEIRYO Text Clarifier MEIRYO
ID eeeecllpanecjflfadcogipbfmblcalg
URL Oficial https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg
Descrição 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…
Tamanho do Arquivo 26.76 KB
Contagem de Instalações 46
Versão Atual 0.0.1
Última Atualização 2017-08-30
Data de Publicação 2017-08-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor ltg_lambda
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}