Rapid WordReference

Rapid WordReference lookup while browsing

ما هو Rapid WordReference؟

Rapid WordReference هو إضافة Chrome تم تطويرها بواسطة fracru، والميزة الرئيسية لها هي "Rapid WordReference lookup while browsing".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Rapid WordReference

قم بتنزيل ملفات الامتداد Rapid WordReference بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension lets you use wordreference dictionaries without leaving the page you are browsing thanks to a handy popup.

How? It's simple:
 - click the extension icon
 - write the word you want to translate
 - click the search icon or press enter
VOILA!

You can listen to the pronounciation and see the translations with real world examples.

Thanks to this extension you’ll enrich your vocabulary and improve your skills.

Press settings to change the language to translate from and to and to choose the dimensions of the popup.

This extension features dictionaries and bilingual translation in many languages.
The supported languages are:
Spanish, French, Italian, German, Dutch, Swedish, Russian, Portuguese, Polish, Romanian, Catalan, Czech, Greek, Turkish, Chinese, Japanese, Korean, Arabic, English monolingual                    

معلومات أساسية عن التمديد

الاسم Rapid WordReference Rapid WordReference
ID fbdhepgjnfmdlbfggopmjgnnhmcnghdf
عنوان URL الرسمي https://chromewebstore.google.com/detail/rapid-wordreference/fbdhepgjnfmdlbfggopmjgnnhmcnghdf
الوصف Rapid WordReference lookup while browsing
حجم الملف 89.39 KB
عدد التثبيتات 6,389
النسخة الحالية 1.9.2
آخر تحديث 2021-03-25
تاريخ النشر 2019-04-08
تقييم 4.75/5 مجموع تقييمات 24
المطور fracru
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,fr,nl,tr,es,it,pl,ro,sv,cs,el,ru,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rapid WordReference",
    "version": "1.9.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "img\/wordreference.png",
        "32": "img\/wordreference.png",
        "48": "img\/wordreference.png",
        "128": "img\/wordreference.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/wordreference.png",
            "32": "img\/wordreference.png",
            "48": "img\/wordreference.png",
            "128": "img\/wordreference.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "short_name": "Rapid WR"
}