Select and Speak
Select and Speak
Hvad er Select and Speak?
Select and Speak er en Chrome-udvidelse udviklet af D, og dens hovedfunktion er "Select and Speak".
Udvidelsesskærmbilleder
Download Select and Speak-udvidelses-CRX-fil
Download Select and Speak-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Select and Speak |
ID | caalciblpffjnnakoiijjlikabfjgojp |
Officiel URL | https://chromewebstore.google.com/detail/select-and-speak/caalciblpffjnnakoiijjlikabfjgojp |
Beskrivelse | Select and Speak |
Filstørrelse | 10.22 KB |
Antal Installationer | 341 |
Nuværende Version | 1.7.7 |
Senest Opdateret | 2022-11-02 |
Udgivelsesdato | 2022-02-15 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | D |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } |