Image zoom and drag
Image zoom and drag
Apa itu Image zoom and drag?
Image zoom and drag adalah ekstensi Chrome yang dikembangkan oleh 원창혁, dan fitur utamanya adalah "Image zoom and drag".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Image zoom and drag
Unduh file ekstensi Image zoom and drag dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Image zoom and drag |
ID | oehcmjobdahgnbfpbpaeboddkhkfkddi |
URL Resmi | https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi |
Deskripsi | Image zoom and drag |
Ukuran File | 8.7 KB |
Jumlah Instalasi | 646 |
Versi Saat Ini | 0.0.17 |
Terakhir Diperbarui | 2020-05-28 |
Tanggal Publikasi | 2020-05-27 |
Penilaian | 4.24/5 Total 17 Penilaian |
Pengembang | 원창혁 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |