Translate with Translatium

Select text with your mouse and translate with just one click (Translatium desktop app required).

ما هو Translate with Translatium؟

Translate with Translatium هو إضافة Chrome تم تطويرها بواسطة https://translatium.app، والميزة الرئيسية لها هي "Select text with your mouse and translate with just one click (Translatium desktop app required).".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Translate with Translatium

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

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

                        Select text with your mouse and translate with just one click (Translatium desktop app required).

---

Extends the Translatium app on your Mac, Windows PC or Linux, so you can select text with your mouse and translate with just one click.

⚠️ The Translatium extension requires the Translatium app for Mac, Windows or Linux: https://translatium.app

If you have the Translatium app on your Mac, Windows PC or Linux, install this extension to translate selected text quickly.                    

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

الاسم Translate with Translatium Translate with Translatium
ID gfdkaaldlffejeafbpoimbnabjlbpfgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/translate-with-translatiu/gfdkaaldlffejeafbpoimbnabjlbpfgl
الوصف Select text with your mouse and translate with just one click (Translatium desktop app required).
حجم الملف 36.54 KB
عدد التثبيتات 6,200
النسخة الحالية 1.2
آخر تحديث 2022-11-20
تاريخ النشر 2021-05-17
تقييم 4.00/5 مجموع تقييمات 4
المطور https://translatium.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://translatium.app/
عنوان صفحة المساعدة https://translatium.app/help/
عنوان صفحة سياسة الخصوصية https://about.webcatalog.io/privacy
اللغات المدعومة en,vi,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    }
}