Select and Search

Search for selected text on any search engine.

Select and Search là gì?

Select and Search là một tiện ích mở rộng Chrome được phát triển bởi 痛ったい, và tính năng chính của nó là "Search for selected text on any search engine.".

Ả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 Select and Search

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

                        You can add or remove search engines to context menu. You can also search for images, videos, dictionaries and shopping or use translations and more.

《 URL format for search settings in the option page 》
Your selected text will be replaced from %s in URL for search or that is placed at the end of the URL.
https://www.google.com/search?q=%s or https://www.google.com/search?q=

* If you need a separator, set TITLE and URL to "-"(minus sign).
* Search engine URL examples available, please see my web page (Firefox version).                    

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

Tên Select and Search Select and Search
ID mjdbaljlhcapchmnabhkalepomkbcjno
URL Chính Thức https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno
Mô tả Search for selected text on any search engine.
Kích Thước Tệp 15.47 KB
Số Lần Cài Đặt 116
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-08-18
Ngày Phát Hành 2020-05-09
Nhà Phát Triển 痛ったい
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://addons.mozilla.org/en-US/firefox/addon/select-and-search/
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4",
    "default_locale": "en",
    "author": "\u75db\u3063\u305f\u3044",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ]
}