Easy Search

Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.

Easy Searchとは何ですか?

Easy Searchはwoogyboogy73によって開発されたChromeの拡張機能で、その主な機能は「Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This nifty extensions helps you quicky search on the Google search engine the current highlighted text. Simply press the key combination (Ctrl+Shift+S) to search the selected text on Google.                    

拡張機能の基本情報

名前 Easy Search Easy Search
ID fcdpihjpncikmjengigheocmceffcgoo
公式URL https://chrome.google.com/webstore/detail/easy-search/fcdpihjpncikmjengigheocmceffcgoo
説明 Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.
ファイルサイズ 11.3 KB
インストール数 6,000
現在のバージョン 0.1
最終更新日 2014-01-02
公開日 2014-01-02
評価 1.75/5 合計 4 レビュー
開発者 woogyboogy73
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Search",
    "description": "Press Ctrl+Shift+S (Command+Shift+S on a Mac) to search for the selected text on Google.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "google-search": {
            "suggested_key": {
                "default": "Ctrl+Shift+S"
            },
            "description": "Google search selected text"
        }
    }
}