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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Ability |
ID | gldepcmoodehphjbjhcmafjkmemajgpo |
공식 URL | 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": [ " |