Translate

划词,英译汉

Translate là gì?

Translate là một tiện ích mở rộng Chrome được phát triển bởi Tobin, và tính năng chính của nó là "划词,英译汉".

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

screenshot

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

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

                        划词,英译汉
fork from https://github.com/ververcpp/ChaZD                    

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

Tên Translate Translate
ID gjecifjlnonophalblkfhkhfammonacl
URL Chính Thức https://chrome.google.com/webstore/detail/translate/gjecifjlnonophalblkfhkhfammonacl
Mô tả 划词,英译汉
Kích Thước Tệp 53 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-08-31
Ngày Phát Hành 2019-08-31
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tobin
Email [email protected]
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",
    "manifest_version": 2,
    "name": "Translate",
    "version": "1.0.0",
    "description": "\u5212\u8bcd\uff0c\u82f1\u8bd1\u6c49",
    "permissions": [
        "https:\/\/dict.youdao.com\/*",
        "https:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.youdao.com\/*",
        "http:\/\/fanyi.youdao.com\/*",
        "http:\/\/dict.xyuu.com.cn\/*",
        "http:\/\/*.shanbay.com\/*",
        "contextMenus",
        "tabs",
        "storage",
        "notifications"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "public\/js\/utility.min.js",
            "public\/js\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "public\/css\/inPage.min.css"
            ],
            "js": [
                "public\/js\/utility.min.js",
                "public\/js\/selection.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/icon16.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    }
}