Windy

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

Vad är Windy?

Windy är en Chrome-tillägg utvecklad av odyalp, och dess huvudfunktion är "This extension shows a Google Image search result for the current page".

Ladda ner Windy-förlängningens CRX-fil

Ladda ner Windy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Windy Windy
ID iflbdakefdheoecdlogplghdcikpablh
Officiell webbadress https://chromewebstore.google.com/detail/windy/iflbdakefdheoecdlogplghdcikpablh
Beskrivning This extension shows a Google Image search result for the current page
Filstorlek 37.5 KB
Antal Installationer 101
Aktuell Version 1.0.1
Senast Uppdaterad 2017-06-12
Publiceringsdatum 2017-06-12
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare odyalp
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}