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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |