Image zoom and drag

Image zoom and drag

Image zoom and dragคืออะไร?

Image zoom and drag เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 원창혁 และคุณลักษณะหลักของมันคือ "Image zoom and drag"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image zoom and drag

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
        }
    ]
}