Search Forvo

Search the selected text using Forvo

什麼是Search Forvo?

Search Forvo是由https://lflee.github.io開發的Chrome擴展程式,該擴展的主要功能是“Search the selected text using Forvo”。

擴展截圖

screenshot
screenshot

下載Search Forvo擴展crx文件

下載Search Forvo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Search Forvo Search Forvo
ID acckhcfpncdacfmhnmipaiheghjlhdjp
官方網址 https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp
簡介 Search the selected text using Forvo
檔案大小 42.55 KB
安裝次數 630
目前版本 0.2
更新時間 2019-06-28
上架時間 2019-06-28
評分 5.00/5 共 8 次評分
開發者 https://lflee.github.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/lflee/Search-Forvo
說明頁面URL https://twitter.com/LLF
支援的語言 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"
}