Selection Translator

It's a simple selection translator. No complex UI !

Selection Translator là gì?

Selection Translator là một tiện ích mở rộng Chrome được phát triển bởi Sita's, và tính năng chính của nó là "It's a simple selection translator. No complex UI !".

Ả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 Selection Translator

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

                        Just select the text and you are done ! This is time saving, fast and simple to use.                    

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

Tên Selection Translator Selection Translator
ID anhalogecnnmbgojhjffbdfimlpemoop
URL Chính Thức https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop
Mô tả It's a simple selection translator. No complex UI !
Kích Thước Tệp 8.42 KB
Số Lần Cài Đặt 462
Phiên Bản Hiện Tại 0.1.9
Cập Nhật Lần Cuối 2018-09-05
Ngày Phát Hành 2018-09-05
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Sita's
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",
    "manifest_version": 2,
    "name": "Selection Translator",
    "version": "0.1.9",
    "description": "It's a simple selection translator. No complex UI !",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}