WordReference Translator

Chrome extension to allow quick access to www.wordreference.com.

ما هو WordReference Translator؟

WordReference Translator هو إضافة Chrome تم تطويرها بواسطة spassaro، والميزة الرئيسية لها هي "Chrome extension to allow quick access to www.wordreference.com.".

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

screenshot

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

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

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

                        Translate a word by:
    - Double clicking it and then clicking on the floating link.
    - Selecting the text to translate and using the context menu.
Support for the following languages:
    - English
    - Spanish
    - French
    - Portuguese
    - Italian
Settings page to change languages accessible from extensions list or by context menu.                    

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

الاسم WordReference Translator WordReference Translator
ID cheajkjbaknihaobmnjmbphjphoahhlp
عنوان URL الرسمي https://chromewebstore.google.com/detail/wordreference-translator/cheajkjbaknihaobmnjmbphjphoahhlp
الوصف Chrome extension to allow quick access to www.wordreference.com.
حجم الملف 19.35 KB
عدد التثبيتات 789
النسخة الحالية 1.0.5
آخر تحديث 2018-02-10
تاريخ النشر 2018-02-09
المطور spassaro
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordReference Translator",
    "version": "1.0.5",
    "author": "Sebasti\u00e1n Passaro",
    "description": "Chrome extension to allow quick access to www.wordreference.com.",
    "homepage_url": "https:\/\/github.com\/spassarop\/wrtranslator\/tree\/refactor\/chrome",
    "icons": {
        "16": "icons\/wr-icon-16.png",
        "48": "icons\/wr-icon-48.png",
        "128": "icons\/wr-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "wrtranslator.js"
            ],
            "css": [
                "wrtranslator.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/wr-icon-16.png",
        "default_title": "www.wordreference.com"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "default_locale": "en"
}