Acessibility for All
Extension to improve the accessibility of any website.
Was ist Acessibility for All?
Acessibility for All ist eine Chrome-Erweiterung, die von Paulo Ricardo Almeida entwickelt wurde, und ihr Hauptmerkmal ist "Extension to improve the accessibility of any website.".
Erweiterungsscreenshots
Acessibility for All-Erweiterungs-CRX-Datei herunterladen
Laden Sie Acessibility for All-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
Extensão voltada para pessoas com baixa visão, daltônicos ou qualquer problema que dificulte a visibilidade de um site. A extensão configura fontes, background, imagens para que fique conforme você configurar na tela de opções. Versões 1.0 - Alterar cores das fontes dos textos de qualquer site. - Alterar a cor background (fundo) de qualquer site . - Alterar o tamanho das fontes de qualquer site. - botão que vai imediatamente para o inicio ou fim da página. Ctrl + 1 vai para o inicio da página Ctrl + 2 vai para o fim da página - Opção de remover as imagens do site acessado. 1.1.1 - Opção de alterar a cor e fundo de um texto selecionado - Melhorias em geral
Grundlegende Informationen zur Erweiterung
Name | Acessibility for All |
ID | kogiphidhjidpanlffhebomjlhhfggbl |
Offizielle URL | https://chromewebstore.google.com/detail/acessibility-for-all/kogiphidhjidpanlffhebomjlhhfggbl |
Beschreibung | Extension to improve the accessibility of any website. |
Dateigröße | 155 KB |
Installationsanzahl | 193 |
Aktuelle Version | 1.1.5 |
Letztes Update | 2017-04-13 |
Veröffentlichungsdatum | 2017-04-12 |
Bewertung | 4.60/5 Insgesamt 5 Bewertungen |
Entwickler | Paulo Ricardo Almeida |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://sites.google.com/view/web-acessivel |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/web-acessivel/politica-privacidade |
Unterstützte Sprachen | en,en-US,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "default_locale": "pt_BR", "short_name": "Deixe o seu site preferido com sua cara", "version": "1.1.5", "manifest_version": 2, "description": "__MSG_appDesc__", "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_title": "Acessibilidade para todos" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/app.js" ], "matches": [ " |