BigImage

Enlarges the images upon hovering the mouse over it

What is BigImage?

BigImage is a Chrome extension developed by seposwatdevelopers, and its main feature is "Enlarges the images upon hovering the mouse over it".

Extension Screenshots

screenshot
screenshot

Download BigImage Extension CRX File

Download BigImage 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

                        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.                    

Extension Basic Information

Name BigImage BigImage
ID eiglfjgonnbhjkiajjeafigapjccekfh
Official URL https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh
Description Enlarges the images upon hovering the mouse over it
File Size 9.13 KB
Installation Count 102
Current Version 1.0
Last Updated 2023-09-11
Publish Date 2023-09-10
Developer seposwatdevelopers
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}