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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. 読みにくいフォントを読みやすくするプラグインです。 シンプルで簡単に操作できます。
معلومات أساسية عن التمديد
الاسم | Text Clarifier MEIRYO |
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" } } |