Hightlight to Search Faster

Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…

Hightlight to Search Fasterとは何ですか?

Hightlight to Search FasterはMIによって開発されたChromeの拡張機能で、その主な機能は「Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Quicker and simpler than the Google's official extension!
Select a word then click a button to open a results page on Google.
Any word you highlight with your mouse cursor on any webpage will bring up a search magnifying glass icon below it. Clicking on that will open the results page on Google in a new Chrome tab.                    

拡張機能の基本情報

名前 Hightlight to Search Faster Hightlight to Search Faster
ID llpnnfnkbcghmlmfmkjkkklfjofdbkfh
公式URL https://chromewebstore.google.com/detail/hightlight-to-search-fast/llpnnfnkbcghmlmfmkjkkklfjofdbkfh
説明 Quicker and simpler than the Google's official extension! Select a word then click a button to open a results page on Google. Any…
ファイルサイズ 10.63 KB
インストール数 221
現在のバージョン 0.0.2
最終更新日 2014-10-29
公開日 2014-10-29
評価 5.00/5 合計 1 レビュー
開発者 MI
支払い方法 free
拡張機能のウェブサイト http://blendedway.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hightlight to Search Faster",
    "version": "0.0.2",
    "icons": {
        "38": "images\/icon38.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_title": "Faster Highlight to Search",
        "default_icon": "images\/icon38.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}