In Zoom
Zoom in and out on images and videos using shift + mouse wheel and by other ways.
什么是In Zoom?
In Zoom是由https://kpion.github.io开发的Chrome扩展程序,该扩展的主要功能是“Zoom in and out on images and videos using shift + mouse wheel and by other ways.”。
扩展截图
下载In Zoom扩展crx文件
下载In Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension works "inline", i.e. images are not displayed in a popup - instead they are enlarged exactly where they are. Press shift (customizable) and use mouse wheel to zoom in or out an image or video under pointer. It's open source: https://github.com/kpion/inzoom If you have any suggestions, please don't hesitate to reach me on [email protected] or file an issue on the github page above. New in version 1.31: Keyboard shortcut to enlarge a photo and bring it to the front in one step (alt + a).
扩展基本信息
名称 | In Zoom |
ID | oppcghdbglmbhhobfoodedhokbadlenh |
官方URL | https://chromewebstore.google.com/detail/in-zoom/oppcghdbglmbhhobfoodedhokbadlenh |
简介 | Zoom in and out on images and videos using shift + mouse wheel and by other ways. |
文件大小 | 453 KB |
安装次数 | 5,000 |
当前版本 | 1.32 |
更新时间 | 2019-05-17 |
上架时间 | 2019-05-14 |
评分 | 4.72/5 共29次评分 |
开发者 | https://kpion.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://kpion.github.io/inzoom/ |
帮助页面URL | https://kpion.github.io/inzoom/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "In Zoom", "version": "1.32", "description": "Zoom in and out on images and videos using shift + mouse wheel and by other ways.", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/kpion.github.io\/inzoom\/", "browser_action": { "default_popup": "browserAction\/index.html", "default_icon": { "16": "static\/images\/camera_lens_128.png", "32": "static\/images\/camera_lens_128.png", "48": "static\/images\/camera_lens_128.png", "128": "static\/images\/camera_lens_128.png" }, "default_title": "In Zoom - zoom in \/ out on images and videos" }, "background": { "page": "background\/index.html" }, "content_scripts": [ { "matches": [ " |