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

Apa itu Photo Zoom?

Photo Zoom adalah ekstensi Chrome yang dikembangkan oleh extfan, dan fitur utamanya adalah "You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Photo Zoom

Unduh file ekstensi Photo Zoom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Photo Zoom Photo Zoom
ID ihcmokloommhoalgdboldpnafcngaheo
URL Resmi https://chromewebstore.google.com/detail/photo-zoom/ihcmokloommhoalgdboldpnafcngaheo
Deskripsi You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website
Ukuran File 418 KB
Jumlah Instalasi 5,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-01-23
Tanggal Publikasi 2022-01-22
Penilaian 3.92/5 Total 13 Penilaian
Pengembang extfan
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
Bahasa yang Didukung 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';"
}