Context Menu Search

Search for selected text using the context menu

Context Menu Search là gì?

Context Menu Search là một tiện ích mở rộng Chrome được phát triển bởi Roman Grinyov, và tính năng chính của nó là "Search for selected text using the context menu".

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

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

                        Use the right-click menu to search for selected text in different search engines

NOTE:
- "downloads" permissions are required for export / import search engines
- to prevent the loss of added search engines, export them
- if you have any questions, please contact me by email

Source code: https://github.com/w3lifer/crx-context-menu-search                    

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

Tên Context Menu Search Context Menu Search
ID idpcgabojogahgmhdgnjkmdliaeeofka
URL Chính Thức https://chromewebstore.google.com/detail/context-menu-search/idpcgabojogahgmhdgnjkmdliaeeofka
Mô tả Search for selected text using the context menu
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 3,025
Phiên Bản Hiện Tại 1.6.11
Cập Nhật Lần Cuối 2023-11-20
Ngày Phát Hành 2018-08-29
Đánh Giá 4.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Roman Grinyov
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": "Context Menu Search",
    "description": "Search for selected text using the context menu",
    "version": "1.6.11",
    "icons": {
        "16": "img\/icons\/search-zoom\/16x16.png",
        "48": "img\/icons\/search-zoom\/48x48.png",
        "128": "img\/icons\/search-zoom\/128x128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/event-page.js"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}