CTRL+Enter Image Zoom

Zoom image with CTRL+Enter

CTRL+Enter Image Zoom là gì?

CTRL+Enter Image Zoom là một tiện ích mở rộng Chrome được phát triển bởi husseyexplores, và tính năng chính của nó là "Zoom image with CTRL+Enter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CTRL+Enter Image Zoom

Tải xuống các tệp mở rộng CTRL+Enter Image Zoom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CTRL+Enter Image Zoom CTRL+Enter Image Zoom
ID mbanbfmeljdgjcbifknlfdedhdnnepkj
URL Chính Thức https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj
Mô tả Zoom image with CTRL+Enter
Kích Thước Tệp 13.23 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2020-04-10
Ngày Phát Hành 2020-04-08
Nhà Phát Triển husseyexplores
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/husseyexplores/image-zoom-extension
URL Trang Trợ Giúp https://github.com/husseyexplores/image-zoom-extension
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}