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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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