TTS
Make the browser speak!
Wat is TTS?
TTS is een Chrome-extensie ontwikkeld door Calvin, en de belangrijkste functie is "Make the browser speak!".
Extensie Screenshots
Download het CRX-bestand van de extensie TTS
Download TTS-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
Type/paste in any text and have Chrome read it out for you. Update 29/06/16 V1.1: You can now select text on a web page > right click > say this Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text
Basisinformatie over de Extensie
Naam | TTS |
ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
Officiële URL | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
Beschrijving | Make the browser speak! |
Bestandsgrootte | 10.46 KB |
Aantal Installaties | 579 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-04-17 |
Publicatiedatum | 2017-04-17 |
Beoordeling | 3.88/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Calvin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TTS", "description": "Make the browser speak!", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tts", "contextMenus" ] } |