Selection Translator

It's a simple selection translator. No complex UI !

ما هو Selection Translator؟

Selection Translator هو إضافة Chrome تم تطويرها بواسطة Sita's، والميزة الرئيسية لها هي "It's a simple selection translator. No complex UI !".

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

screenshot

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

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

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

                        Just select the text and you are done ! This is time saving, fast and simple to use.                    

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

الاسم Selection Translator Selection Translator
ID anhalogecnnmbgojhjffbdfimlpemoop
عنوان URL الرسمي https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop
الوصف It's a simple selection translator. No complex UI !
حجم الملف 8.42 KB
عدد التثبيتات 462
النسخة الحالية 0.1.9
آخر تحديث 2018-09-05
تاريخ النشر 2018-09-05
تقييم 4.50/5 مجموع تقييمات 2
المطور Sita's
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Translator",
    "version": "0.1.9",
    "description": "It's a simple selection translator. No complex UI !",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}