Search Forvo
Search the selected text using Forvo
Cos'è Search Forvo?
Search Forvo è un'estensione di Chrome sviluppata da https://lflee.github.io, e la sua funzione principale è "Search the selected text using Forvo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Forvo
Scarica i file di estensione Search Forvo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Search Forvo |
ID | acckhcfpncdacfmhnmipaiheghjlhdjp |
URL Ufficiale | https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp |
Descrizione | Search the selected text using Forvo |
Dimensione del File | 42.55 KB |
Conteggio Installazioni | 630 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-06-28 |
Data di Pubblicazione | 2019-06-28 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | https://lflee.github.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/lflee/Search-Forvo |
URL della Pagina di Aiuto | https://twitter.com/LLF |
Lingue Supportate | 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" } |