azerdict translate

Translate just by clicking right button of your mouse on a selected text

azerdict translate là gì?

azerdict translate là một tiện ích mở rộng Chrome được phát triển bởi https://azerdict.com, và tính năng chính của nó là "Translate just by clicking right button of your mouse on a selected text".

Ả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 azerdict translate

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

                                            

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

Tên azerdict translate azerdict translate
ID cmejnhocibjplgciikcpnbhopfinjcea
URL Chính Thức https://chromewebstore.google.com/detail/azerdict-translate/cmejnhocibjplgciikcpnbhopfinjcea
Mô tả Translate just by clicking right button of your mouse on a selected text
Kích Thước Tệp 5.47 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2015-09-04
Ngày Phát Hành 2015-09-03
Nhà Phát Triển https://azerdict.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "default_locale": "en",
    "minimum_chrome_version": "6.0.0.0",
    "homepage_url": "http:\/\/azerdict.com",
    "offline_enabled": false,
    "version": "1.1.0",
    "page_action": {
        "default_icon": "azerdict-icon-little.png",
        "default_title": "__MSG_extTitle__"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "name": "__MSG_extName__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "azerdict-icon-little.png",
        "16": "azerdict-icon-little.png"
    },
    "manifest_version": 2
}