BigImage
Enlarges the images upon hovering the mouse over it
Qu'est-ce que BigImage ?
BigImage est une extension Chrome développée par seposwatdevelopers, et sa fonction principale est "Enlarges the images upon hovering the mouse over it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BigImage
Téléchargez les fichiers d'extension BigImage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | BigImage |
ID | eiglfjgonnbhjkiajjeafigapjccekfh |
URL Officiel | https://chromewebstore.google.com/detail/bigimage/eiglfjgonnbhjkiajjeafigapjccekfh |
Description | Enlarges the images upon hovering the mouse over it |
Taille du Fichier | 9.13 KB |
Nombre d'Installations | 102 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-09-11 |
Date de Publication | 2023-09-10 |
Développeur | seposwatdevelopers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |