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
官方網址 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"
    }
}