BigImage
Enlarges the images upon hovering the mouse over it
Cos'è BigImage?
BigImage è un'estensione di Chrome sviluppata da seposwatdevelopers, e la sua funzione principale è "Enlarges the images upon hovering the mouse over it".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BigImage
Scarica i file di estensione BigImage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BigImage |
ID | eiglfjgonnbhjkiajjeafigapjccekfh |
URL Ufficiale | https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh |
Descrizione | Enlarges the images upon hovering the mouse over it |
Dimensione del File | 9.13 KB |
Conteggio Installazioni | 102 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-09-11 |
Data di Pubblicazione | 2023-09-10 |
Sviluppatore | seposwatdevelopers |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |