SpeakIt
Speak the selected text
What is SpeakIt?
SpeakIt is a Chrome extension developed by odlyzko953, and its main feature is "Speak the selected text".
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
Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. How To Use? Install-Select-SpeakIt (Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon) The extension is changing the new tab
Extension Basic Information
Name | |
ID | ogcmdndkjibojdigkjpccjiekcdfdhlb |
Official URL | https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb |
Description | Speak the selected text |
File Size | 14.9 KB |
Installation Count | 15,293 |
Current Version | 1.6 |
Last Updated | 2019-12-11 |
Publish Date | 2019-12-11 |
Rating | 2.83/5 Total 54 Ratings |
Developer | odlyzko953 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/odlyzko953/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "description": "Speak the selected text", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "SpeakIt", "permissions": [ "tts", "contextMenus" ], "version": "1.6", "chrome_url_overrides": { "newtab": "nt.html" } } |