BigImage

Enlarges the images upon hovering the mouse over it

Wat is BigImage?

BigImage is een Chrome-extensie ontwikkeld door seposwatdevelopers, en de belangrijkste functie is "Enlarges the images upon hovering the mouse over it".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BigImage

Download BigImage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam BigImage BigImage
ID eiglfjgonnbhjkiajjeafigapjccekfh
Officiële URL https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh
Beschrijving Enlarges the images upon hovering the mouse over it
Bestandsgrootte 9.13 KB
Aantal Installaties 102
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-11
Publicatiedatum 2023-09-10
Ontwikkelaar seposwatdevelopers
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}