accessibility

change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site

¿Qué es accessibility?

accessibility es una extensión de Chrome desarrollada por mahdihasanzadeh.dev, y su función principal es "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión accessibility

Descarga archivos de extensión accessibility en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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;                    

Información Básica de la Extensión

Nombre accessibility accessibility
ID nfafnenmfnijnhnioaennbkjacngfgpj
URL Oficial https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj
Descripción change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Tamaño del Archivo 858 KB
Cantidad de Instalaciones 27
Versión Actual 1.1
Última Actualización 2022-07-23
Fecha de Publicación 2021-12-08
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador mahdihasanzadeh.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}