accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
ما هو accessibility؟
accessibility هو إضافة Chrome تم تطويرها بواسطة mahdihasanzadeh.dev، والميزة الرئيسية لها هي "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة accessibility
قم بتنزيل ملفات الامتداد accessibility بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With Accessibility users can add effect to any website and webpage Features: ✔Ability to toggle Dark Mode(Night Mode) ✔Ability to increase and decrease fonts ✔Ability to Increase font readability ✔Ability to add the bottom line of the links ✔Ability to toggle gray effect ✔ It is Free of Charge;
معلومات أساسية عن التمديد
الاسم | accessibility |
ID | nfafnenmfnijnhnioaennbkjacngfgpj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
الوصف | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
حجم الملف | 858 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-07-23 |
تاريخ النشر | 2021-12-08 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | mahdihasanzadeh.dev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "accessibility", "description": "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/L_16-16.png", "32": "\/images\/L_32-32.png", "48": "\/images\/L_48-48.png", "128": "\/images\/L_128-128.png" } }, "icons": { "16": "\/images\/L_16-16.png", "32": "\/images\/L_32-32.png", "48": "\/images\/L_48-48.png", "128": "\/images\/L_128-128.png" } } |