Multitran search

Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…

ما هو Multitran search؟

Multitran search هو إضافة Chrome تم تطويرها بواسطة Andrew Kozhokaru، والميزة الرئيسية لها هي "Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Multitran search

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

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

                        Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call the Multitran menu.


Changelog:

V 1.1.0 - Setup Google Analytics
V 1.0.2 - Set focus on the input field (saves 1 click)
V 1.0.1 - Remove unnecessary permissions request. 
V 1.0   - Add small window for a quick ad-hoc translation. 
          Fix bug with Cyrillic URL encoding.

V 0.0.2 - Apply fix to open a Chrome tab right after the active tab, but not in the end of the tab list.
V 0.0.1 - First release.                    

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

الاسم Multitran search Multitran search
ID liodijdhpofhickfkapkdifofgkeppad
عنوان URL الرسمي https://chromewebstore.google.com/detail/multitran-search/liodijdhpofhickfkapkdifofgkeppad
الوصف Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…
حجم الملف 22.08 KB
عدد التثبيتات 1,331
النسخة الحالية 1.1.0
آخر تحديث 2017-02-21
تاريخ النشر 2017-02-21
تقييم 4.64/5 مجموع تقييمات 11
المطور Andrew Kozhokaru
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "name": "Multitran search",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "16.png",
        "48": "128.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_title": "Multitran Search",
        "default_icon": "48.png",
        "default_popup": "popup.html"
    }
}