Image Zoomer

最简单的图片Hover放大插件,即安即用

What is Image Zoomer?

Image Zoomer is a Chrome extension developed by merrier1993, and its main feature is "最简单的图片Hover放大插件,即安即用".

Extension Screenshots

screenshot

Download Image Zoomer Extension CRX File

Download Image Zoomer 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 Image Zoomer Image Zoomer
ID jjklmnaplojhioaalkolmpmbakgicpfc
Official URL https://chromewebstore.google.com/detail/image-zoomer/jjklmnaplojhioaalkolmpmbakgicpfc
Description 最简单的图片Hover放大插件,即安即用
File Size 74.94 KB
Installation Count 3,400
Current Version 1.1.0
Last Updated 2019-10-15
Publish Date 2019-10-15
Rating 4.14/5 Total 7 Ratings
Developer merrier1993
Email [email protected]
Payment Type free
Privacy Policy Page URL https://merrier.wang
Supported Languages zh-CN
manifest.json
{
    "name": "Image Zoomer",
    "version": "1.1.0",
    "description": "\u6700\u7b80\u5355\u7684\u56fe\u7247Hover\u653e\u5927\u63d2\u4ef6\uff0c\u5373\u5b89\u5373\u7528",
    "author": "merrier1993",
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "includes\/app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "includes\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "*:\/\/*\/*",
        "downloads",
        "history",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}