BigImage

Enlarges the images upon hovering the mouse over it

什么是BigImage?

BigImage是由seposwatdevelopers开发的Chrome扩展程序,该扩展的主要功能是“Enlarges the images upon hovering the mouse over it”。

扩展截图

screenshot
screenshot

下载BigImage扩展crx文件

下载BigImage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This tool is for internal SEPO group to be used to enlarge images or automatically load all the present images in Paragon in new tabs to help increase productivity.                    

扩展基本信息

名称 BigImage BigImage
ID eiglfjgonnbhjkiajjeafigapjccekfh
官方URL https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh
简介 Enlarges the images upon hovering the mouse over it
文件大小 9.13 KB
安装次数 102
当前版本 1.0
更新时间 2023-09-11
上架时间 2023-09-10
开发者 seposwatdevelopers
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BigImage",
    "description": "Enlarges the images upon hovering the mouse over it",
    "version": "1.0",
    "author": "Kritartha Borthakur @kritarb",
    "icons": {
        "16": "\/images\/new16.png",
        "48": "\/images\/new48.png",
        "128": "\/images\/new128.png"
    },
    "page_action": {
        "default icon": {
            "16": "\/images\/new16.png",
            "48": "\/images\/new48.png",
            "128": "\/images\/new128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/paragon-na.amazon.com\/*",
                "https:\/\/paragon-eu.amazon.com\/*"
            ],
            "all_frames": true,
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}