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

Photo Zoomคืออะไร?

Photo Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย extfan และคุณลักษณะหลักของมันคือ "You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo Zoom

ดาวน์โหลดไฟล์ส่วนขยาย Photo Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Photo Zoom Photo Zoom
ID ihcmokloommhoalgdboldpnafcngaheo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/photo-zoom/ihcmokloommhoalgdboldpnafcngaheo
คำอธิบาย You don’t need click to see HD image, just put the mouse on it, you can zoom the image on any website
ขนาดไฟล์ 418 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-01-23
วันที่เผยแพร่ 2022-01-22
คะแนน 3.92/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา extfan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/live/1a989ad9-eb14-4e79-994b-1739426407b8
ภาษาที่รองรับ 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';"
}