speakIt
This extension will speak up the text which you have selected.
Wat is speakIt?
speakIt is een Chrome-extensie ontwikkeld door https://akashbijwe.github.io, en de belangrijkste functie is "This extension will speak up the text which you have selected.".
Extensie Screenshots
Download het CRX-bestand van de extensie speakIt
Download speakIt-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
speakIt powers to read the text on your screen aloud & it can be used in any webpage. To use SpeakIt select any text and the right click on the selected text & click on Speak. Supported Languages: English (Australia), English (India), English (United Kingdom), English (United States)
Basisinformatie over de Extensie
Naam | |
ID | kolhkkbkekanfnkhbmahmeemhlcknilk |
Officiële URL | https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk |
Beschrijving | This extension will speak up the text which you have selected. |
Bestandsgrootte | 12.58 KB |
Aantal Installaties | 3,186 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2019-03-04 |
Publicatiedatum | 2019-03-04 |
Beoordeling | 2.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://akashbijwe.github.io |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "speakIt", "version": "1.1", "description": "This extension will speak up the text which you have selected.", "icons": { "16": "icon16.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tts", "contextMenus" ] } |