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.
読みにくいフォントを読みやすくするプラグインです。
シンプルで簡単に操作できます。 扩展基本信息
| 名称 | |
| 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"
}
} | |