Select Speech
Selected text to speech.
Wat is Select Speech?
Select Speech is een Chrome-extensie ontwikkeld door Takuya Ono, en de belangrijkste functie is "Selected text to speech.".
Extensie Screenshots
Download het CRX-bestand van de extensie Select Speech
Download Select Speech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Text to speech by selecting text and right-click context menu on the browser. It use HTML5 Speech API technology. You can change "Language", "Pitch" and "Rate" by setting option screen. What's new: 1.1 Changeable the language, pitch, and rate in the options screen.
Basisinformatie over de Extensie
Naam | Select Speech |
ID | kplpkblhnjbfhfdhgccgiagoieiaanke |
Officiële URL | https://chromewebstore.google.com/detail/select-speech/kplpkblhnjbfhfdhgccgiagoieiaanke |
Beschrijving | Selected text to speech. |
Bestandsgrootte | 31 KB |
Aantal Installaties | 127 |
Huidige Versie | 1.4.2022.4260 |
Laatst Bijgewerkt | 2022-04-29 |
Publicatiedatum | 2019-08-14 |
Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Takuya Ono |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://docs.google.com/document/d/e/2PACX-1vRM2SXohzY6shEZFFXmguJAJqWf-7LUyrMJHIkA5-eNyj34oAcQfiaxvEbCH8i4Bc1QabBw3f3X9zmM/pub |
Ondersteunde Talen | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "SelectSpeech.js" }, "options_ui": { "page": "options.html" }, "icons": { "16": "SSlogo16.png", "19": "SSlogo19.png", "32": "SSlogo32.png", "38": "SSlogo38.png", "48": "SSlogo48.png", "128": "SSlogo128.png" }, "manifest_version": 3, "minimum_chrome_version": "88", "name": "__MSG_SS_name__", "description": "__MSG_SS_description__", "short_name": "__MSG_SS_short_name__", "author": "Takuya Ono |