Windy

This extension shows a Google Image search result for the current page

Windyとは何ですか?

Windyはodyalpによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a Google Image search result for the current page」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Windy Windy
ID iflbdakefdheoecdlogplghdcikpablh
公式URL https://chromewebstore.google.com/detail/windy/iflbdakefdheoecdlogplghdcikpablh
説明 This extension shows a Google Image search result for the current page
ファイルサイズ 37.5 KB
インストール数 101
現在のバージョン 1.0.1
最終更新日 2017-06-12
公開日 2017-06-12
評価 3.00/5 合計 2 レビュー
開発者 odyalp
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Windy",
    "description": "This extension shows a Google Image search result for the current page",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ]
}