Ability
Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience.
Was ist Ability?
Ability ist eine Chrome-Erweiterung, die von Barani entwickelt wurde, und ihr Hauptmerkmal ist "Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience.".
Erweiterungsscreenshots
Ability-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ability-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
This extension is a comprehensive collection of assistive tools for individuals with various levels of ability or challenges. It is designed to empower the user to access the web in a more personally tailored way. It provides a range of features including text-to-speech, speech-to-text, image hiding, high contrast mode, image magnification, text input autocomplete, dyslexia-friendly font injection, etc. This collection of tools was designed keeping in mind individuals with sensory sensitivities, dyslexia, epilepsy, visual & mobility impairments, and intellectual disabilities. The features will continue to grow as more needs are discovered. See the list of upcoming features in the readme for a look at what's coming down the pipeline. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gldepcmoodehphjbjhcmafjkmemajgpo |
| Offizielle URL | https://chromewebstore.google.com/detail/ability/gldepcmoodehphjbjhcmafjkmemajgpo |
| Beschreibung | Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience. |
| Dateigröße | 1.45 MB |
| Installationsanzahl | 51 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2023-11-24 |
| Veröffentlichungsdatum | 2023-11-14 |
| Entwickler | Barani |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/TBosak/ability |
| Hilfeseite URL | https://chat.openai.com/g/g-jr8jtrs9O-ability |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Ability",
"description": "Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience.",
"version": "1.1",
"permissions": [
"contextMenus",
"tts",
"storage",
"scripting",
"activeTab"
],
"action": {
"default_icon": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"128": "assets\/128.png"
},
"default_popup": "pop-up.html"
},
"icons": {
"16": "assets\/16.png",
"32": "assets\/32.png",
"128": "assets\/128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |