Photo Zoom

You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website

¿Qué es Photo Zoom?

Photo Zoom es una extensión de Chrome desarrollada por extfan, y su función principal es "You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Photo Zoom

Descarga archivos de extensión Photo Zoom en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Photo Zoom is a browser extension that helps you quickly view the "full-size picture" corresponding to the thumbnails on the page. Just hover your mouse over the thumbnail to display the corresponding high-resolution image. Currently supported websites include Facebook, Instagram, Pinterest and many other websites, and the smart photo-view script will be continuously updated.

● Rich shortcut key operations:
   Switch view mode: A (auto) / M (mini) / I (moderate) / P (panoramic)
   Switch to the last used view mode: V
   View high-resolution images in a new tab: Tab
   Save high resolution pictures: S
   Copy high resolution picture address: C
   Close the picture preview window: Esc
   Rotate the picture counterclockwise: Shift + Ctrl + ←
   Rotate the picture clockwise: Shift + Ctrl + →
   Up / Right / Down / Left Scroll the picture ↑ / → / ↓ / ←:
   Scroll the picture up/down according to the visual height of the picture: PgUp / PgDown
   Scroll to the top / bottom of the picture: Home / End
   
● Personalized setting options:
   Open or close a website separately: Use the shortcut key “ALT+S” to close or open the current website.
   Control photo display mode: You can use Ctrl/Alt/Shift keys to coordinate the display of pictures when the mouse is moved over.
   Display original photo size: Set whether to display the high-definition image size in the photo preview window.
   Show photo title: Set whether to display the picture ruler title in the photo preview window.
   Special effect display: set the animation that appears in the photo preview window.

   All settings will be automatically saved, remember the last settings, no need to reset each time.

● Regarding photo loading speed:
  Photo Zoom will try to get the largest size of the original photo corresponding to the thumbnail. Therefore, when your network environment is poor or the size of the original photo is too large, the photo loading may be slow. 

● About the smart script for view photo:
   This extension currently integrates smart scripts for view photo of multiple websites and will continuously update. If you encounter a website that cannot display large photo, you can contact us to provide smart support by leaving a message.                    

Información Básica de la Extensión

Nombre Photo Zoom Photo Zoom
ID ihcmokloommhoalgdboldpnafcngaheo
URL Oficial https://chromewebstore.google.com/detail/photo-zoom/ihcmokloommhoalgdboldpnafcngaheo
Descripción You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website
Tamaño del Archivo 418 KB
Cantidad de Instalaciones 5,000
Versión Actual 1.0.1
Última Actualización 2022-01-23
Fecha de Publicación 2022-01-22
Calificación 3.92/5 Total de 13 Calificaciones
Desarrollador extfan
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
Idiomas Soportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.0.1",
    "description": "__MSG_description__",
    "background": {
        "page": "background\/background.html"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/logo_x48.png"
    },
    "icons": {
        "16": "assets\/logo\/logo_x16.png",
        "48": "assets\/logo\/logo_x48.png",
        "128": "assets\/logo\/logo_x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self';"
}