Highlight to Search

Press Alt+Shift+Y to search for the selected text on Yahoo.

Highlight to Searchとは何ですか?

Highlight to Searchはlironkartzによって開発されたChromeの拡張機能で、その主な機能は「Press Alt+Shift+Y to search for the selected text on Yahoo.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This nifty extensions helps you quickly search on the Yahoo search engine the current highlighted text. 

All you need to do is press the Alt+Shift+Y key combination to search the selected text on Yahoo.                    

拡張機能の基本情報

名前 Highlight to Search Highlight to Search
ID lncokdgmmjicggolpdppfgbjeaikekhn
公式URL https://chrome.google.com/webstore/detail/highlight-to-search/lncokdgmmjicggolpdppfgbjeaikekhn
説明 Press Alt+Shift+Y to search for the selected text on Yahoo.
ファイルサイズ 8.71 KB
インストール数 4,520
現在のバージョン 0.1
最終更新日 2014-01-02
公開日 2014-01-02
評価 3.00/5 合計 2 レビュー
開発者 lironkartz
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highlight to Search",
    "description": "Press Alt+Shift+Y to search for the selected text on Yahoo.",
    "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": {
        "yahoo-search": {
            "suggested_key": {
                "default": "Alt+Shift+Y"
            },
            "description": "Yahoo search selected text"
        }
    }
}