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 |
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 } ] } |