Select and Search

Search for selected text on any search engine.

Select and Searchとは何ですか?

Select and Searchは痛ったいによって開発されたChromeの拡張機能で、その主な機能は「Search for selected text on any search engine.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Select and Search拡張機能のCRXファイルをダウンロード

Select and Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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).                    

拡張機能の基本情報

名前 Select and Search Select and Search
ID mjdbaljlhcapchmnabhkalepomkbcjno
公式URL https://chromewebstore.google.com/detail/select-and-search/mjdbaljlhcapchmnabhkalepomkbcjno
説明 Search for selected text on any search engine.
ファイルサイズ 15.47 KB
インストール数 116
現在のバージョン 1.4
最終更新日 2021-08-18
公開日 2020-05-09
開発者 痛ったい
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://addons.mozilla.org/en-US/firefox/addon/select-and-search/
対応言語 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"
    ]
}