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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Multitran search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}