Image zoom and drag

Image zoom and drag

Image zoom and drag là gì?

Image zoom and drag là một tiện ích mở rộng Chrome được phát triển bởi 원창혁, và tính năng chính của nó là "Image zoom and drag".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Image zoom and drag

Tải xuống các tệp mở rộng Image zoom and drag dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image zoom and drag Image zoom and drag
ID oehcmjobdahgnbfpbpaeboddkhkfkddi
URL Chính Thức https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi
Mô tả Image zoom and drag
Kích Thước Tệp 8.7 KB
Số Lần Cài Đặt 646
Phiên Bản Hiện Tại 0.0.17
Cập Nhật Lần Cuối 2020-05-28
Ngày Phát Hành 2020-05-27
Đánh Giá 4.24/5 Tổng số 17 Đánh Giá
Nhà Phát Triển 원창혁
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}