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"
            ]
        }
    ]
}