accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
What is accessibility?
accessibility is a Chrome extension developed by mahdihasanzadeh.dev, and its main feature is "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".
Extension Screenshots
Download accessibility Extension CRX File
Download accessibility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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;
Extension Basic Information
Name | accessibility |
ID | nfafnenmfnijnhnioaennbkjacngfgpj |
Official URL | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
Description | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
File Size | 858 KB |
Installation Count | 27 |
Current Version | 1.1 |
Last Updated | 2022-07-23 |
Publish Date | 2021-12-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | mahdihasanzadeh.dev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |