Barry's Image Zoom
Zoom in on any image in your browser.
Qu'est-ce que Barry's Image Zoom ?
Barry's Image Zoom est une extension Chrome développée par Barry, et sa fonction principale est "Zoom in on any image in your browser.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Barry's Image Zoom
Téléchargez les fichiers d'extension Barry's Image Zoom 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
Barry's Image Zoom is a simple but powerful tool for viewing images in your browser in unlimited detail. Images are automatically resized to fit the browser window and can be zoomed in even further with the mouse wheel. It works with any JPG, PNG or GIF file. To use: - Images are automatically resized to fit the browser window. - Use the mouse wheel to zoom in and out. - For fast zoom, hold down the shift key while zooming. - Click and drag the image to reposition it. - Double-click the image to resize it back to the browser window. Tip: - Barry's Image Zoom only works with single images, not entire web pages. If the image you want is part of a web page, right click on it and select "Open image in new tab".
Informations de Base sur l'Extension
Nom | Barry's Image Zoom |
ID | iihenfcdndalmajfmebbiajgejocengf |
URL Officiel | https://chromewebstore.google.com/detail/barrys-image-zoom/iihenfcdndalmajfmebbiajgejocengf |
Description | Zoom in on any image in your browser. |
Taille du Fichier | 56.58 KB |
Nombre d'Installations | 2,477 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-12-31 |
Date de Publication | 2013-12-31 |
Évaluation | 2.36/5 Total 42 Évaluations |
Développeur | Barry |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Barry's Image Zoom", "short_name": "Barry's Image Zoom", "version": "1.1", "description": "Zoom in on any image in your browser.", "author": "Barry Fruitman", "manifest_version": 2, "content_scripts": [ { "js": [ "barryzoom.js" ], "matches": [ "http:\/\/*\/*.jpg", "https:\/\/*\/*.jpg", "http:\/\/*\/*.jpeg", "https:\/\/*\/*.jpeg", "http:\/\/*\/*.png", "https:\/\/*\/*.png", "http:\/\/*\/*.gif", "https:\/\/*\/*.gif" ] } ], "icons": { "128": "logo_128.png", "64": "logo_64.png", "48": "logo_48.png", "32": "logo_32.png", "24": "logo_24.png", "16": "logo_16.png" } } |