Pronounce Selection
Pronounces the selected text using Forvo
What is Pronounce Selection?
Pronounce Selection is a Chrome extension developed by Daniele Trapani, and its main feature is "Pronounces the selected text using Forvo".
Download Pronounce Selection Extension CRX File
Download Pronounce Selection 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
Select any word, right click and choose "Pronounce" to hear it on forvo.com
Extension Basic Information
Name | |
ID | gfhnknmofhheaeacbcebmkehlieojgkn |
Official URL | https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn |
Description | Pronounces the selected text using Forvo |
File Size | 7.14 KB |
Installation Count | 674 |
Current Version | 0.1 |
Last Updated | 2015-01-06 |
Publish Date | 2015-01-06 |
Rating | 3.44/5 Total 18 Ratings |
Developer | Daniele Trapani |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pronounce Selection", "description": "Pronounces the selected text using Forvo", "version": "0.1", "icons": { "128": "icon.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "forvo.js" ] }, "manifest_version": 2 } |