Pronounce Selection
Pronounces the selected text using Forvo
Wat is Pronounce Selection?
Pronounce Selection is een Chrome-extensie ontwikkeld door Daniele Trapani, en de belangrijkste functie is "Pronounces the selected text using Forvo".
Download het CRX-bestand van de extensie Pronounce Selection
Download Pronounce Selection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Select any word, right click and choose "Pronounce" to hear it on forvo.com
Basisinformatie over de Extensie
Naam | |
ID | gfhnknmofhheaeacbcebmkehlieojgkn |
Officiële URL | https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn |
Beschrijving | Pronounces the selected text using Forvo |
Bestandsgrootte | 7.14 KB |
Aantal Installaties | 674 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-01-06 |
Publicatiedatum | 2015-01-06 |
Beoordeling | 3.44/5 Totaal 18 Beoordelingen |
Ontwikkelaar | Daniele Trapani |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |