Image Zoom Tool
Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Qu'est-ce que Image Zoom Tool ?
Image Zoom Tool est une extension Chrome développée par Wuhenlove, et sa fonction principale est "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Zoom Tool
Téléchargez les fichiers d'extension Image Zoom Tool 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
Hover image will see fullsize this image. That is the best Photo Zoom tool ! It works with any JPG, PNG or GIF file. Image Zoom Tool is a simple but powerful tool for viewing images in your browser in unlimited detail. Zoom on every picture you can find. It free, fast and safe The best way to view photos on Facebook, Instagram, Twitter, Amazon... Image Zoom Tool does not read, change or transmit any of your personal data (messages, contacts, user name, passwords) to any company or third party.
Informations de Base sur l'Extension
Nom | Image Zoom Tool |
ID | nmpjkfaecjdmlebpoaofafgibnihjhhf |
URL Officiel | https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf |
Description | Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image. |
Taille du Fichier | 135 KB |
Nombre d'Installations | 5,536 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2023-02-09 |
Date de Publication | 2022-08-07 |
Évaluation | 2.85/5 Total 13 Évaluations |
Développeur | Wuhenlove |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://findniche.com/privacy |
Langues Prises en Charge | en,lv,lt,sk,sr |
manifest.json | |
{ "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ], "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "css": [ "assets\/css\/app.css" ], "js": [ "assets\/js\/vendors.js", "assets\/js\/content-scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "action": { "default_popup": "index.html", "default_icon": "icons\/icon48.png", "default_title": "Image Zoom Tool" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" } } |