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…
Was ist Text Clarifier MEIRYO?
Text Clarifier MEIRYO ist eine Chrome-Erweiterung, die von ltg_lambda entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Text Clarifier MEIRYO-Erweiterungs-CRX-Datei herunterladen
Laden Sie Text Clarifier MEIRYO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
読みにくいフォントを読みやすくするプラグインです。
シンプルで簡単に操作できます。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eeeecllpanecjflfadcogipbfmblcalg |
| Offizielle URL | https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg |
| Beschreibung | 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… |
| Dateigröße | 26.76 KB |
| Installationsanzahl | 46 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2017-08-30 |
| Veröffentlichungsdatum | 2017-08-30 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | ltg_lambda |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |