CTRL+Enter Image Zoom
Zoom image with CTRL+Enter
Was ist CTRL+Enter Image Zoom?
CTRL+Enter Image Zoom ist eine Chrome-Erweiterung, die von husseyexplores entwickelt wurde, und ihr Hauptmerkmal ist "Zoom image with CTRL+Enter".
Erweiterungsscreenshots
CTRL+Enter Image Zoom-Erweiterungs-CRX-Datei herunterladen
Laden Sie CTRL+Enter Image Zoom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mbanbfmeljdgjcbifknlfdedhdnnepkj |
| Offizielle URL | https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj |
| Beschreibung | Zoom image with CTRL+Enter |
| Dateigröße | 13.23 KB |
| Installationsanzahl | 61 |
| Aktuelle Version | 0.3.0 |
| Letztes Update | 2020-04-10 |
| Veröffentlichungsdatum | 2020-04-08 |
| Entwickler | husseyexplores |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/husseyexplores/image-zoom-extension |
| Hilfeseite URL | https://github.com/husseyexplores/image-zoom-extension |
| Unterstützte Sprachen | 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"
]
}
]
} | |