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…

Wat is Text Clarifier MEIRYO?

Text Clarifier MEIRYO is een Chrome-extensie ontwikkeld door ltg_lambda, en de belangrijkste functie is "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…".

Extensie Screenshots

Download het CRX-bestand van de extensie Text Clarifier MEIRYO

Download Text Clarifier MEIRYO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.

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

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

Basisinformatie over de Extensie

Naam Text Clarifier MEIRYO Text Clarifier MEIRYO
ID eeeecllpanecjflfadcogipbfmblcalg
Officiële URL https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg
Beschrijving 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…
Bestandsgrootte 26.76 KB
Aantal Installaties 46
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-08-30
Publicatiedatum 2017-08-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ltg_lambda
Betalingswijze free
Ondersteunde Talen 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"
    }
}