accessibility

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

O que é accessibility?

accessibility é uma extensão do Chrome desenvolvida por mahdihasanzadeh.dev, e sua principal característica é "change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão accessibility

Baixe arquivos de extensão accessibility no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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;                    

Informações Básicas da Extensão

Nome accessibility accessibility
ID nfafnenmfnijnhnioaennbkjacngfgpj
URL Oficial https://chromewebstore.google.com/detail/accessibility/nfafnenmfnijnhnioaennbkjacngfgpj
Descrição change fontSize, add drakMode(nightMode), Increase font readability and add the bottom line of the links on every site
Tamanho do Arquivo 858 KB
Contagem de Instalações 27
Versão Atual 1.1
Última Atualização 2022-07-23
Data de Publicação 2021-12-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor mahdihasanzadeh.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}