Search Forvo

Search the selected text using Forvo

¿Qué es Search Forvo?

Search Forvo es una extensión de Chrome desarrollada por https://lflee.github.io, y su función principal es "Search the selected text using Forvo".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Search Forvo

Descarga archivos de extensión Search Forvo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Beta release

Development in hiatus -
I originally built this tool for myself. And as I searched on, I found that https://chrome.google.com/webstore/detail/selection-search/gipnlpdeieaidmmeaichnddnmjmcakoe is a better tool for me. So, if there is no further request, I would leave this extension here as is.

To use -
In any webpage, you highlight a word or phrase (in any languages), right click, choose the "Search Forvo" option menu, then a new tab is opened and you get the pronunciations of the word there. If Forvo doesn't have the entry yet, you can add (to request for the pronunciation) there.

Extension derived from -
https://chrome.google.com/webstore/detail/pronounce-selection/gfhnknmofhheaeacbcebmkehlieojgkn 

Icon derived from -
https://forvo.com
https://commons.wikimedia.org/wiki/File:Search_Noun_project_15028.svg                    

Información Básica de la Extensión

Nombre Search Forvo Search Forvo
ID acckhcfpncdacfmhnmipaiheghjlhdjp
URL Oficial https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp
Descripción Search the selected text using Forvo
Tamaño del Archivo 42.55 KB
Cantidad de Instalaciones 630
Versión Actual 0.2
Última Actualización 2019-06-28
Fecha de Publicación 2019-06-28
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador https://lflee.github.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/lflee/Search-Forvo
URL de la Página de Ayuda https://twitter.com/LLF
Idiomas Soportados en
manifest.json
{
    "manifest_version": 2,
    "name": "Search Forvo",
    "version": "0.2",
    "description": "Search the selected text using Forvo",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "forvo.js"
        ],
        "persistent": true
    },
    "author": "\u5cf0"
}