ADHD Reader
Helping neurodiverse population to read faster on websites
ADHD Reader란 무엇입니까?
ADHD Reader은(는) https://lehtuska.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helping neurodiverse population to read faster on websites"입니다.
확장 프로그램 스크린샷
ADHD Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ADHD Reader is a chrome extension that helps you read faster by highlighting beginning of every word on the websites. CHANGELOG: - [2023-09-18] Error handling optimization - [2023-09-18] Performance enhance for infinite scroll sites - [2023-09-18] Performance optimization for longread sites - [2023-08-04] Add bug report link - [2023-08-04] Fix performance issues - [2023-04-12] Feature for keeping ADHD Reader always active - [2023-04-12] Support for SPAs (page change inside website) - [2023-04-12] Support for infinite scroll pages - [2023-04-12] Fixed for Refresh (remembers if activated)
확장 프로그램 기본 정보
이름 | ADHD Reader |
ID | gcbchiambcokahmamemkoadlanaealmf |
공식 URL | https://chromewebstore.google.com/detail/adhd-reader/gcbchiambcokahmamemkoadlanaealmf |
설명 | Helping neurodiverse population to read faster on websites |
파일 크기 | 27.5 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2023-09-19 |
출시 날짜 | 2022-09-17 |
평점 | 3.46/5 총 26 개의 평점 |
개발자 | https://lehtuska.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://adhd-reader.lehtuska.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ADHD Reader", "description": "Helping neurodiverse population to read faster on websites", "version": "0.0.4", "manifest_version": 3, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "activeTab", "storage", "declarativeContent" ], "action": { "default_title": "Click to activate", "default_popup": "popup.html", "default_icon": { "16": "\/images\/adhd-reader-icon-16-disabled.png", "32": "\/images\/adhd-reader-icon-32-disabled.png", "48": "\/images\/adhd-reader-icon-48-disabled.png", "128": "\/images\/adhd-reader-icon-128-disabled.png" } }, "icons": { "16": "\/images\/adhd-reader-icon-16.png", "32": "\/images\/adhd-reader-icon-32.png", "48": "\/images\/adhd-reader-icon-48.png", "128": "\/images\/adhd-reader-icon-128.png" }, "content_scripts": [ { "js": [ "myscript.js" ], "matches": [ " |