CTRL+Enter Image Zoom
Zoom image with CTRL+Enter
What is CTRL+Enter Image Zoom?
CTRL+Enter Image Zoom is a Chrome extension developed by husseyexplores, and its main feature is "Zoom image with CTRL+Enter".
Extension Screenshots
Download CTRL+Enter Image Zoom Extension CRX File
Download CTRL+Enter Image Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | CTRL+Enter Image Zoom |
ID | mbanbfmeljdgjcbifknlfdedhdnnepkj |
Official URL | https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj |
Description | Zoom image with CTRL+Enter |
File Size | 13.23 KB |
Installation Count | 61 |
Current Version | 0.3.0 |
Last Updated | 2020-04-10 |
Publish Date | 2020-04-08 |
Developer | husseyexplores |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/husseyexplores/image-zoom-extension |
Help Page URL | https://github.com/husseyexplores/image-zoom-extension |
Supported Languages | 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" ] } ] } |