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…
Cos'è Text Clarifier MEIRYO?
Text Clarifier MEIRYO è un'estensione di Chrome sviluppata da ltg_lambda, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text Clarifier MEIRYO
Scarica i file di estensione Text Clarifier MEIRYO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
読みにくいフォントを読みやすくするプラグインです。
シンプルで簡単に操作できます。 Informazioni di Base sull'Estensione
| Nome | |
| ID | eeeecllpanecjflfadcogipbfmblcalg |
| URL Ufficiale | https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg |
| Descrizione | 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… |
| Dimensione del File | 26.76 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2017-08-30 |
| Data di Pubblicazione | 2017-08-30 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | ltg_lambda |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |