accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Was ist accessibility?
accessibility ist eine Chrome-Erweiterung, die von mahdihasanzadeh.dev entwickelt wurde, und ihr Hauptmerkmal ist "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".
Erweiterungsscreenshots
accessibility-Erweiterungs-CRX-Datei herunterladen
Laden Sie accessibility-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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;
Grundlegende Informationen zur Erweiterung
Name | accessibility |
ID | nfafnenmfnijnhnioaennbkjacngfgpj |
Offizielle URL | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
Beschreibung | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
Dateigröße | 858 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.1 |
Letztes Update | 2022-07-23 |
Veröffentlichungsdatum | 2021-12-08 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | mahdihasanzadeh.dev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |