Search Forvo

Search the selected text using Forvo

Was ist Search Forvo?

Search Forvo ist eine Chrome-Erweiterung, die von https://lflee.github.io entwickelt wurde, und ihr Hauptmerkmal ist "Search the selected text using Forvo".

Erweiterungsscreenshots

screenshot
screenshot

Search Forvo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Search Forvo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Search Forvo Search Forvo
ID acckhcfpncdacfmhnmipaiheghjlhdjp
Offizielle URL https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp
Beschreibung Search the selected text using Forvo
Dateigröße 42.55 KB
Installationsanzahl 630
Aktuelle Version 0.2
Letztes Update 2019-06-28
Veröffentlichungsdatum 2019-06-28
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://lflee.github.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/lflee/Search-Forvo
Hilfeseite URL https://twitter.com/LLF
Unterstützte Sprachen 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"
}