Wikipedia Lookup - Context Menu

Search Wikipedia from the context menu.

Wikipedia Lookup - Context Menu là gì?

Wikipedia Lookup - Context Menu là một tiện ích mở rộng Chrome được phát triển bởi Damien Brunet, và tính năng chính của nó là "Search Wikipedia from the context menu.".

Ả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 Wikipedia Lookup - Context Menu

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

                        Select the word(s) you want to look up on Wikipedia, right-click and click the "Search Wikipedia for ..." item in the context menu.

By default, Wikipedia Lookup auto-detects the language of the page and opens the corresponding version of Wikipedia. You can turn this feature off in the options.

Open-source: https://github.com/djrekca/Wikipedia-Lookup---Context-Menu                    

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

Tên Wikipedia Lookup - Context Menu Wikipedia Lookup - Context Menu
ID ehigjigpolmdglippjafhnpngmaeepkp
URL Chính Thức https://chromewebstore.google.com/detail/wikipedia-lookup-context/ehigjigpolmdglippjafhnpngmaeepkp
Mô tả Search Wikipedia from the context menu.
Kích Thước Tệp 17.92 KB
Số Lần Cài Đặt 4,575
Phiên Bản Hiện Tại 1.4.6
Cập Nhật Lần Cuối 2021-06-08
Ngày Phát Hành 2020-07-02
Đánh Giá 3.97/5 Tổng số 35 Đánh Giá
Nhà Phát Triển Damien Brunet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.4.6",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage"
    ],
    "minimum_chrome_version": "49",
    "manifest_version": 2
}