Search Forvo

Search the selected text using Forvo

Search Forvoคืออะไร?

Search Forvo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lflee.github.io และคุณลักษณะหลักของมันคือ "Search the selected text using Forvo"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Forvo

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}