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…
Co je Text Clarifier MEIRYO?
Text Clarifier MEIRYO je rozšíření Chrome vyvinuté ltg_lambda, a jeho hlavní funkcí je „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…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Text Clarifier MEIRYO
Stáhněte si soubory rozšíření Text Clarifier MEIRYO ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. 読みにくいフォントを読みやすくするプラグインです。 シンプルで簡単に操作できます。
Základní Informace o Rozšíření
Název | Text Clarifier MEIRYO |
ID | eeeecllpanecjflfadcogipbfmblcalg |
Oficiální URL | https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg |
Popis | 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… |
Velikost souboru | 26.76 KB |
Počet instalací | 46 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2017-08-30 |
Datum Vydání | 2017-08-30 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | ltg_lambda |
Typ Platby | free |
Podporované Jazyky | 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" } } |