Pronunciation
Pronounces the selected text
What is Pronunciation?
Pronunciation is a Chrome extension developed by tarundabhi, and its main feature is "Pronounces the selected text".
Extension Screenshots
Download Pronunciation Extension CRX File
Download Pronunciation 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
This chrome extension pronounces the selected text.This performs text to speech translation.
Extension Basic Information
Name | Pronunciation |
ID | nnbidmodmbkejgpldfcoefhpioggghba |
Official URL | https://chromewebstore.google.com/detail/pronunciation/nnbidmodmbkejgpldfcoefhpioggghba |
Description | Pronounces the selected text |
File Size | 8.94 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2018-08-11 |
Publish Date | 2018-08-11 |
Rating | 3.00/5 Total 2 Ratings |
Developer | tarundabhi |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pronunciation", "version": "1.0", "description": "Pronounces the selected text", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tts", "contextMenus" ] } |