Pronounce Selection
Pronounces the selected text using Forvo
Vad är Pronounce Selection?
Pronounce Selection är en Chrome-tillägg utvecklad av Daniele Trapani, och dess huvudfunktion är "Pronounces the selected text using Forvo".
Ladda ner Pronounce Selection-förlängningens CRX-fil
Ladda ner Pronounce Selection-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Select any word, right click and choose "Pronounce" to hear it on forvo.com
Grundläggande Information om Tillägg
Namn | |
ID | gfhnknmofhheaeacbcebmkehlieojgkn |
Officiell webbadress | https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn |
Beskrivning | Pronounces the selected text using Forvo |
Filstorlek | 7.14 KB |
Antal Installationer | 674 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-01-06 |
Publiceringsdatum | 2015-01-06 |
Betyg | 3.44/5 Totalt 18 Betyg |
Utvecklare | Daniele Trapani |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |