Multilingual Dictionary

This extension can show meaning of a word in different languages

Multilingual Dictionary là gì?

Multilingual Dictionary là một tiện ích mở rộng Chrome được phát triển bởi arjoo.extension, và tính năng chính của nó là "This extension can show meaning of a word in different languages".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        A Dictionary with eight Languages- Hindi, English, Kannada, Gujrati, Marathi, Tamil, Telugu, Malayalam                    

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

Tên Multilingual Dictionary Multilingual Dictionary
ID ichehkofmiacihfglhahgcbemcppcolk
URL Chính Thức https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk
Mô tả This extension can show meaning of a word in different languages
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-05-20
Ngày Phát Hành 2017-05-19
Nhà Phát Triển arjoo.extension
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multilingual Dictionary",
    "description": "This extension can show meaning of a word in different languages",
    "version": "1.3",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/DoubleClickEventHandler.js"
            ]
        }
    ]
}