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…
Vad är Text Clarifier MEIRYO?
Text Clarifier MEIRYO är en Chrome-tillägg utvecklad av ltg_lambda, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner Text Clarifier MEIRYO-förlängningens CRX-fil
Ladda ner Text Clarifier MEIRYO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. 読みにくいフォントを読みやすくするプラグインです。 シンプルで簡単に操作できます。
Grundläggande Information om Tillägg
Namn | Text Clarifier MEIRYO |
ID | eeeecllpanecjflfadcogipbfmblcalg |
Officiell webbadress | https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg |
Beskrivning | 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… |
Filstorlek | 26.76 KB |
Antal Installationer | 46 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2017-08-30 |
Publiceringsdatum | 2017-08-30 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | ltg_lambda |
Betalningssätt | free |
Stödda Språk | 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" } } |