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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}