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 là gì?

Multitran search là một tiện ích mở rộng Chrome được phát triển bởi Andrew Kozhokaru, và tính năng chính của nó là "Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multitran search

Tải xuống các tệp mở rộng Multitran search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multitran search Multitran search
ID liodijdhpofhickfkapkdifofgkeppad
URL Chính Thức https://chromewebstore.google.com/detail/multitran-search/liodijdhpofhickfkapkdifofgkeppad
Mô tả Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…
Kích Thước Tệp 22.08 KB
Số Lần Cài Đặt 1,331
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2017-02-21
Ngày Phát Hành 2017-02-21
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Andrew Kozhokaru
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}