Linguee Context Menu

A chrome plugin witch provides a context menu for easy linguee searches

Linguee Context Menu là gì?

Linguee Context Menu là một tiện ích mở rộng Chrome được phát triển bởi addyi, và tính năng chính của nó là "A chrome plugin witch provides a context menu for easy linguee searches".

Ả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 Linguee Context Menu

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

                        This is a chrome plugin which provides a context menu for easy Linguee Translator searches. This plugin is unofficial and has no connection to the firm behind Linguee.                    

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

Tên Linguee Context Menu Linguee Context Menu
ID agcillhniodhhnjmmigkgpbeodnclmmp
URL Chính Thức https://chromewebstore.google.com/detail/linguee-context-menu/agcillhniodhhnjmmigkgpbeodnclmmp
Mô tả A chrome plugin witch provides a context menu for easy linguee searches
Kích Thước Tệp 78.15 KB
Số Lần Cài Đặt 2,985
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2019-05-01
Ngày Phát Hành 2019-05-01
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển addyi
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/addyi/linguee-chrome-plugin
URL Trang Trợ Giúp https://github.com/addyi/linguee-chrome-plugin
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linguee Context Menu",
    "author": "addyi",
    "homepage_url": "https:\/\/github.com\/addyi\/linguee-chrome-plugin",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "A chrome plugin witch provides a context menu for easy linguee searches",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "img\/pluginIcon128.png",
        "default_popup": "popup.html",
        "default_title": "Linguee Context Menu"
    },
    "icons": {
        "16": "img\/pluginIcon16.png",
        "32": "img\/pluginIcon32.png",
        "48": "img\/pluginIcon48.png",
        "64": "img\/pluginIcon64.png",
        "128": "img\/pluginIcon128.png",
        "256": "img\/pluginIcon256.png",
        "512": "img\/pluginIcon512.png"
    },
    "background": {
        "scripts": [
            "setup.js",
            "contextAction.js"
        ]
    }
}