Windy

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

Windy क्या है?

Windy odyalp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a Google Image search result for the current page"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Windy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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"
            ]
        }
    ]
}