Search Forvo

Search the selected text using Forvo

Qu'est-ce que Search Forvo ?

Search Forvo est une extension Chrome développée par https://lflee.github.io, et sa fonction principale est "Search the selected text using Forvo".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Search Forvo

Téléchargez les fichiers d'extension Search Forvo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Search Forvo Search Forvo
ID acckhcfpncdacfmhnmipaiheghjlhdjp
URL Officiel https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp
Description Search the selected text using Forvo
Taille du Fichier 42.55 KB
Nombre d'Installations 630
Version Actuelle 0.2
Dernière Mise à Jour 2019-06-28
Date de Publication 2019-06-28
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://lflee.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lflee/Search-Forvo
URL de la Page d'Aide https://twitter.com/LLF
Langues Prises en Charge 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"
}