YaTranslate

Quick translator based on Yandex API. Just double click on word you need to translate!

YaTranslate là gì?

YaTranslate là một tiện ích mở rộng Chrome được phát triển bởi https://mkuzmich.com, và tính năng chính của nó là "Quick translator based on Yandex API. Just double click on word you need to translate!".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng YaTranslate 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

                        SORRY, TEMPORARILY DOES NOT WORK PROPERLY

This extension you can use to quickly translate word or few of them, while reading text or browsing web-pages. 
So you dont need to waste your time, going to translator.                    

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

Tên YaTranslate YaTranslate
ID mipiaidhdjhimdolljpkcgbmpfincccf
URL Chính Thức https://chromewebstore.google.com/detail/yatranslate/mipiaidhdjhimdolljpkcgbmpfincccf
Mô tả Quick translator based on Yandex API. Just double click on word you need to translate!
Kích Thước Tệp 48.71 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-01-25
Ngày Phát Hành 2018-01-24
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://mkuzmich.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YaTranslate",
    "version": "1.0.0",
    "description": "Quick translator based on Yandex API. Just double click on word you need to translate!",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "author": "http:\/\/mkuzmich.com",
    "icons": {
        "16": "img\/16.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ]
}