speakIt
This extension will speak up the text which you have selected.
Co je speakIt?
speakIt je rozšíření Chrome vyvinuté https://akashbijwe.github.io, a jeho hlavní funkcí je „This extension will speak up the text which you have selected.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření speakIt
Stáhněte si soubory rozšíření speakIt ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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)
Základní Informace o Rozšíření
Název | |
ID | kolhkkbkekanfnkhbmahmeemhlcknilk |
Oficiální URL | https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk |
Popis | This extension will speak up the text which you have selected. |
Velikost souboru | 12.58 KB |
Počet instalací | 3,186 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2019-03-04 |
Datum Vydání | 2019-03-04 |
Hodnocení | 2.67/5 Celkem 6 Hodnocení |
Vývojář | https://akashbijwe.github.io |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |