Windy

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

Wat is Windy?

Windy is een Chrome-extensie ontwikkeld door odyalp, en de belangrijkste functie is "This extension shows a Google Image search result for the current page".

Download het CRX-bestand van de extensie Windy

Download Windy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Windy Windy
ID iflbdakefdheoecdlogplghdcikpablh
Officiële URL https://chromewebstore.google.com/detail/windy/iflbdakefdheoecdlogplghdcikpablh
Beschrijving This extension shows a Google Image search result for the current page
Bestandsgrootte 37.5 KB
Aantal Installaties 101
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-06-12
Publicatiedatum 2017-06-12
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar odyalp
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}