Windy

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

What is Windy?

Windy is a Chrome extension developed by odyalp, and its main feature is "This extension shows a Google Image search result for the current page".

Download Windy Extension CRX File

Download Windy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Windy Windy
ID iflbdakefdheoecdlogplghdcikpablh
Official URL https://chromewebstore.google.com/detail/windy/iflbdakefdheoecdlogplghdcikpablh
Description This extension shows a Google Image search result for the current page
File Size 37.5 KB
Installation Count 101
Current Version 1.0.1
Last Updated 2017-06-12
Publish Date 2017-06-12
Rating 3.00/5 Total 2 Ratings
Developer odyalp
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}