Zaqwes Translate

The simplest intext translator (Google Translate). Just select peace of text and open context menu.

Zaqwes Translate là gì?

Zaqwes Translate là một tiện ích mở rộng Chrome được phát triển bởi vda, và tính năng chính của nó là "The simplest intext translator (Google Translate). Just select peace of text and open context menu.".

Ả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 Zaqwes Translate

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

                        The simplest intext translator. Just select peace of text and open context menu.

You can customize translated text color, your native and learning language in a extension config page.

Changes

v 0.3.3:
 - added "remove translation" button                    

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

Tên Zaqwes Translate Zaqwes Translate
ID egebhoednokcgohihigbkojpfgofdhak
URL Chính Thức https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak
Mô tả The simplest intext translator (Google Translate). Just select peace of text and open context menu.
Kích Thước Tệp 39.56 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.3.3
Cập Nhật Lần Cuối 2014-08-15
Ngày Phát Hành 2014-08-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển vda
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Translate",
    "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.",
    "version": "0.3.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "zaqwes-translate-pageScript.js"
            ]
        }
    ],
    "manifest_version": 2
}