Language Tools

Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.

ما هو Language Tools؟

Language Tools هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Language Tools

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

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

                        Easily search selected text on Google Dictionary and PowerThesaurus. Translate selected text and web pages using Google Translate. 
Users can also set their preferred language to translate.

Extension by BrowserNative. Not created by or affiliated with Google or PowerThesaurus.com.                    

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

الاسم Language Tools Language Tools
ID ehaplickepiebdimlmbgecbbinldehgn
عنوان URL الرسمي https://chromewebstore.google.com/detail/language-tools/ehaplickepiebdimlmbgecbbinldehgn
الوصف Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.
حجم الملف 8.94 KB
عدد التثبيتات 2,000
النسخة الحالية 1.1.0
آخر تحديث 2023-11-27
تاريخ النشر 2022-02-15
تقييم 5.00/5 مجموع تقييمات 4
المطور https://browsernative.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/language-tools/
عنوان صفحة المساعدة https://browsernative.com/language-tools/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Tools",
    "description": "Dictionary, Thesaurus and Translate. Use the Context Menu Options and the Toolbar Button.",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png"
        },
        "default_title": "Translate This Page"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/browsernative.com\/language-tools\/"
}