Search

Add additional search engines to the selection context menu

Search là gì?

Search là một tiện ích mở rộng Chrome được phát triển bởi towisoft, và tính năng chính của nó là "Add additional search engines to the selection 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 Search

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

                        This extension allows you to define set of search engines that will be available in selection context menu (i.e. select text and then right-click to search for selected text). Chrome by default allows only "Default search engine" to be listed there. You can add as many search engines as you want. 

Really simple thing with no permissions needed at all.

Usage:
1) select text you want to search for
2) right-click the text
3) pick search engine to be used for search

Any help with localisations is welcome!                    

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

Tên Search Search
ID lfbphpgahhidjjdgalaacklhfepilmhf
URL Chính Thức https://chromewebstore.google.com/detail/search/lfbphpgahhidjjdgalaacklhfepilmhf
Mô tả Add additional search engines to the selection context menu
Kích Thước Tệp 81.74 KB
Số Lần Cài Đặt 423
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2013-07-14
Ngày Phát Hành 2013-07-14
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển towisoft
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "multisearch.js"
        ]
    },
    "icons": {
        "16": "img\/search-16.png",
        "48": "img\/search-48.png",
        "128": "img\/search-128.png"
    },
    "options_page": "options.html",
    "default_locale": "en"
}