Acessibility for All
Extension to improve the accessibility of any website.
Acessibility for Allคืออะไร?
Acessibility for All เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paulo Ricardo Almeida และคุณลักษณะหลักของมันคือ "Extension to improve the accessibility of any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acessibility for All
ดาวน์โหลดไฟล์ส่วนขยาย Acessibility for All ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Acessibility for All |
ID | kogiphidhjidpanlffhebomjlhhfggbl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/acessibility-for-all/kogiphidhjidpanlffhebomjlhhfggbl |
คำอธิบาย | Extension to improve the accessibility of any website. |
ขนาดไฟล์ | 155 KB |
จำนวนการติดตั้ง | 193 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2017-04-13 |
วันที่เผยแพร่ | 2017-04-12 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Paulo Ricardo Almeida |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/view/web-acessivel |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/web-acessivel/politica-privacidade |
ภาษาที่รองรับ | 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": [ " |