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…

Qu'est-ce que Text Clarifier MEIRYO ?

Text Clarifier MEIRYO est une extension Chrome développée par ltg_lambda, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Text Clarifier MEIRYO

Téléchargez les fichiers d'extension Text Clarifier MEIRYO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.

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

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

Informations de Base sur l'Extension

Nom Text Clarifier MEIRYO Text Clarifier MEIRYO
ID eeeecllpanecjflfadcogipbfmblcalg
URL Officiel https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg
Description 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…
Taille du Fichier 26.76 KB
Nombre d'Installations 46
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-08-30
Date de Publication 2017-08-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur ltg_lambda
Type de Paiement free
Langues Prises en Charge 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"
    }
}