accessibility
change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Co to jest accessibility?
accessibility to rozszerzenie Chrome opracowane przez mahdihasanzadeh.dev, a jego główną funkcją jest „change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia accessibility
Pobierz pliki rozszerzeń accessibility w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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;
Podstawowe informacje o rozszerzeniu
Nazwa | accessibility |
ID | nfafnenmfnijnhnioaennbkjacngfgpj |
Oficjalny URL | https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj |
Opis | change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site |
Rozmiar pliku | 858 KB |
Liczba instalacji | 27 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2022-07-23 |
Data Publikacji | 2021-12-08 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | mahdihasanzadeh.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |