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…

What is Text Clarifier MEIRYO?

Text Clarifier MEIRYO is a Chrome extension developed by ltg_lambda, and its main feature 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…".

Extension Screenshots

Download Text Clarifier MEIRYO Extension CRX File

Download Text Clarifier MEIRYO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.

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

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

Extension Basic Information

Name Text Clarifier MEIRYO Text Clarifier MEIRYO
ID eeeecllpanecjflfadcogipbfmblcalg
Official URL 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…
File Size 26.76 KB
Installation Count 46
Current Version 0.0.1
Last Updated 2017-08-30
Publish Date 2017-08-30
Rating 5.00/5 Total 2 Ratings
Developer ltg_lambda
Payment Type free
Supported Languages 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"
    }
}