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 - это расширение Chrome, разработанное ltg_lambda, и его основная функция - "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…".
Снимки экрана расширения
Скачать файл CRX расширения Text Clarifier MEIRYO
Скачайте файлы расширений 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"
}
} | |