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…

Text Clarifier MEIRYOとは何ですか?

Text Clarifier MEIRYOはltg_lambdaによって開発されたChromeの拡張機能で、その主な機能は「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…」です。

拡張機能のスクリーンショット

Text Clarifier MEIRYO拡張機能のCRXファイルをダウンロード

Text Clarifier MEIRYO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.

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

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

拡張機能の基本情報

名前 Text Clarifier MEIRYO Text Clarifier MEIRYO
ID eeeecllpanecjflfadcogipbfmblcalg
公式URL https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg
説明 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…
ファイルサイズ 26.76 KB
インストール数 46
現在のバージョン 0.0.1
最終更新日 2017-08-30
公開日 2017-08-30
評価 5.00/5 合計 2 レビュー
開発者 ltg_lambda
支払い方法 free
対応言語 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"
    }
}