DeepL Translator

Hover over highlighted sentences and words to translate them with DeepL.

ما هو DeepL Translator؟

DeepL Translator هو إضافة Chrome تم تطويرها بواسطة Chris Lo، والميزة الرئيسية لها هي "Hover over highlighted sentences and words to translate them with DeepL.".

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

screenshot
screenshot

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

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

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

                        The extension will expedite transferring text highlighted in your current browser tab to a background tab running DeepL's powerful and accurate translation tool. The results are then displayed above the highlighted text. The source and destination languages can be preset via the extension's settings.                    

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

الاسم DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
الوصف Hover over highlighted sentences and words to translate them with DeepL.
حجم الملف 168 KB
عدد التثبيتات 11,889
النسخة الحالية 0.0.7
آخر تحديث 2021-05-01
تاريخ النشر 2021-01-19
تقييم 3.33/5 مجموع تقييمات 15
المطور Chris Lo
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chrislo.ca/deepl
عنوان صفحة سياسة الخصوصية https://codeforthought.com/privacy
اللغات المدعومة de,en,fr,nl,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrislo.ca\/deepl",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "deepl-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "deepl-bridge.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "deepl-page.js",
        "deepl-translator.js",
        "deepl-loading.gif"
    ]
}