Ability
Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience.
什麼是Ability?
Ability是由Barani開發的Chrome擴展程式,該擴展的主要功能是“Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience.”。
擴展截圖
下載Ability擴展crx文件
下載Ability擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | gldepcmoodehphjbjhcmafjkmemajgpo |
| 官方網址 | https://chromewebstore.google.com/detail/ability/gldepcmoodehphjbjhcmafjkmemajgpo |
| 簡介 | Ability is a browser extension that helps people with varying degrees of ability have more control over their browsing experience. |
| 檔案大小 | 1.45 MB |
| 安裝次數 | 51 |
| 目前版本 | 1.1 |
| 更新時間 | 2023-11-24 |
| 上架時間 | 2023-11-14 |
| 開發者 | Barani |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/TBosak/ability |
| 說明頁面URL | https://chat.openai.com/g/g-jr8jtrs9O-ability |
| 支援的語言 | 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": [
" | |