CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

什么是CTRL+Enter Image Zoom?

CTRL+Enter Image Zoom是由husseyexplores开发的Chrome扩展程序,该扩展的主要功能是“Zoom image with CTRL+Enter”。

扩展截图

screenshot

下载CTRL+Enter Image Zoom扩展crx文件

下载CTRL+Enter Image Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        If you open an HD (zoomable) image in your browser tab, then you click click the image to zoom in/out. What if you  want to zoom with your keyboard? Well, that is exactly the purpose of this extension.

To toggle the zoom with your keyboard, just press `CTRL + Enter` or `CTRL + Space`. Scroll up/down/left/right with WASD keys!                    

扩展基本信息

名称 CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
官方URL https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
简介 Zoom image with CTRL+Enter
文件大小 13.23 KB
安装次数 61
当前版本 0.3.0
更新时间 2020-04-10
上架时间 2020-04-08
开发者 husseyexplores
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/husseyexplores/image-zoom-extension
帮助页面URL https://github.com/husseyexplores/image-zoom-extension
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CTRL+Enter Image Zoom",
    "version": "0.3.0",
    "author": "Husseyexplores",
    "manifest_version": 2,
    "description": "Zoom image with CTRL+Enter",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}