Highlight google search result text

Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted

Highlight google search result textとは何ですか?

Highlight google search result textはZudwaによって開発されたChromeの拡張機能で、その主な機能は「Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted」です。

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

screenshot
screenshot

Highlight google search result text拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Highlight google search result text Highlight google search result text
ID kafonnappobpdlafifbfbenjabakmihe
公式URL https://chromewebstore.google.com/detail/highlight-google-search-r/kafonnappobpdlafifbfbenjabakmihe
説明 Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted
ファイルサイズ 12.97 KB
インストール数 75
現在のバージョン 0.1.3
最終更新日 2014-04-03
公開日 2014-04-02
評価 3.00/5 合計 2 レビュー
開発者 Zudwa
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Highlight google search result text",
    "description": "Search something on google, select some text below one of the result link, click the link and text you selected will be highlighted",
    "version": "0.1.3",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-search.js",
                "search-result.js"
            ]
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}