Image zoom and drag
Image zoom and drag
What is Image zoom and drag?
Image zoom and drag is a Chrome extension developed by 원창혁, and its main feature is "Image zoom and drag".
Extension Screenshots
Download Image zoom and drag Extension CRX File
Download Image zoom and drag extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Image zoom and drag |
ID | oehcmjobdahgnbfpbpaeboddkhkfkddi |
Official URL | https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi |
Description | Image zoom and drag |
File Size | 8.7 KB |
Installation Count | 646 |
Current Version | 0.0.17 |
Last Updated | 2020-05-28 |
Publish Date | 2020-05-27 |
Rating | 4.24/5 Total 17 Ratings |
Developer | 원창혁 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } ] } |