Select and Speak
Select and Speak
Select and Speak란 무엇입니까?
Select and Speak은(는) D에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select and Speak"입니다.
확장 프로그램 스크린샷
Select and Speak 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Select to Speak extension for accessibility. Select any text in Chrome and then right click while still selected. Select the "Start Speaking" option. Right click again and select "Stop Speaking" to stop at any time. Adjust values in the settings panel. If the page has disabled text selection or context menus, you can try to remove the blocks using the buttons in settings, or copy and paste text into the extension pop-up and press the Speak button. All client-side processing unless you have installed a 3rd party voice extension which uses network rendering. No ads, no tracking, no other functionality, nothing but reading selected text.
확장 프로그램 기본 정보
이름 | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
공식 URL | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
설명 | Select and Speak |
파일 크기 | 10.22 KB |
설치 횟수 | 341 |
현재 버전 | 1.7.7 |
최근 업데이트 | 2022-11-02 |
출시 날짜 | 2022-02-15 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | D |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon48.png", "default_popup": "settings.html", "default_title": "Select and Speak" }, "description": "Select and Speak", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "minimum_chrome_version": "50.0", "name": "Select and Speak", "options_page": "settings.html", "permissions": [ "activeTab", "contextMenus", "tts" ], "version": "1.7.7" } |