Simple Text To Speech
simple text-to-speech and text queue card readers for chrome
Wat is Simple Text To Speech?
Simple Text To Speech is een Chrome-extensie ontwikkeld door matrix.nad, en de belangrijkste functie is "simple text-to-speech and text queue card readers for chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Text To Speech
Download Simple Text To 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
a text-to-speech and queue card based reading tool for chrome. This extension lets you right click highlighted text and use text to speech in chrome browser.
Basisinformatie over de Extensie
Naam | |
ID | gpknfndlfloaiankeelecjfpoedodgcg |
Officiële URL | https://chrome.google.com/webstore/detail/simple-text-to-speech/gpknfndlfloaiankeelecjfpoedodgcg |
Beschrijving | simple text-to-speech and text queue card readers for chrome |
Bestandsgrootte | 592 KB |
Aantal Installaties | 600 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2017-12-22 |
Publicatiedatum | 2017-12-22 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | matrix.nad |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://infinitet3ch.com/simple-tts-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Text To Speech", "version": "1.5", "description": "simple text-to-speech and text queue card readers for chrome", "permissions": [ "contextMenus", "storage", "tabs" ], "icons": { "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png", "128": "assets\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "scripts.js" ] } ], "background": { "scripts": [ "background.js" ] }, "options_page": "options.html" } |