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

What is Photo Zoom?

Photo Zoom is a Chrome extension developed by extfan, and its main feature is "You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Photo Zoom Extension CRX File

Download Photo Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Photo Zoom Photo Zoom
ID ihcmokloommhoalgdboldpnafcngaheo
Official URL https://chromewebstore.google.com/detail/photo-zoom/ihcmokloommhoalgdboldpnafcngaheo
Description You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website
File Size 418 KB
Installation Count 5,000
Current Version 1.0.1
Last Updated 2022-01-23
Publish Date 2022-01-22
Rating 3.92/5 Total 13 Ratings
Developer extfan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
Supported Languages 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';"
}