TTS
Make the browser speak!
Vad är TTS?
TTS är en Chrome-tillägg utvecklad av Calvin, och dess huvudfunktion är "Make the browser speak!".
Tilläggsskärmbilder
Ladda ner TTS-förlängningens CRX-fil
Ladda ner TTS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | TTS |
ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
Officiell webbadress | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
Beskrivning | Make the browser speak! |
Filstorlek | 10.46 KB |
Antal Installationer | 579 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2017-04-17 |
Publiceringsdatum | 2017-04-17 |
Betyg | 3.88/5 Totalt 16 Betyg |
Utvecklare | Calvin |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |