Image zoom and drag

Image zoom and drag

什麼是Image zoom and drag?

Image zoom and drag是由원창혁開發的Chrome擴展程式,該擴展的主要功能是“Image zoom and drag”。

擴展截圖

下載Image zoom and drag擴展crx文件

下載Image zoom and drag擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        How to use

- Right-click on the image to open the context menu.

- Click elsewhere to close the context menu.

- You're ready. You can zoom in / out with the mouse wheel.

- Right click on the image again to cancel.                    

擴展基本資訊

名稱 Image zoom and drag Image zoom and drag
ID oehcmjobdahgnbfpbpaeboddkhkfkddi
官方網址 https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi
簡介 Image zoom and drag
檔案大小 8.7 KB
安裝次數 646
目前版本 0.0.17
更新時間 2020-05-28
上架時間 2020-05-27
評分 4.24/5 共 17 次評分
開發者 원창혁
電子郵箱 [email protected]
付費類型 free
支援的語言 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image zoom and drag",
    "version": "0.0.17",
    "manifest_version": 2,
    "description": "Image zoom and drag",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "image-zoom-and-drag.js"
            ],
            "all_frames": true
        }
    ]
}