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はextfanによって開発されたChromeの拡張機能で、その主な機能は「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

Photo Zoom拡張機能のCRXファイルをダウンロード

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
Eメール [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';"
}