Search Forvo

Search the selected text using Forvo

Search Forvo là gì?

Search Forvo là một tiện ích mở rộng Chrome được phát triển bởi https://lflee.github.io, và tính năng chính của nó là "Search the selected text using Forvo".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Forvo

Tải xuống các tệp mở rộng Search Forvo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Forvo Search Forvo
ID acckhcfpncdacfmhnmipaiheghjlhdjp
URL Chính Thức https://chromewebstore.google.com/detail/search-forvo/acckhcfpncdacfmhnmipaiheghjlhdjp
Mô tả Search the selected text using Forvo
Kích Thước Tệp 42.55 KB
Số Lần Cài Đặt 630
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2019-06-28
Ngày Phát Hành 2019-06-28
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://lflee.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lflee/Search-Forvo
URL Trang Trợ Giúp https://twitter.com/LLF
Ngôn Ngữ Được Hỗ Trợ 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"
}