speakIt
This extension will speak up the text which you have selected.
What is speakIt?
speakIt is a Chrome extension developed by https://akashbijwe.github.io, and its main feature is "This extension will speak up the text which you have selected.".
Extension Screenshots
Download speakIt Extension CRX File
Download speakIt extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | kolhkkbkekanfnkhbmahmeemhlcknilk |
Official URL | https://chrome.google.com/webstore/detail/speakit/kolhkkbkekanfnkhbmahmeemhlcknilk |
Description | This extension will speak up the text which you have selected. |
File Size | 12.58 KB |
Installation Count | 3,186 |
Current Version | 1.1 |
Last Updated | 2019-03-04 |
Publish Date | 2019-03-04 |
Rating | 2.67/5 Total 6 Ratings |
Developer | https://akashbijwe.github.io |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |