CTRL+Enter Image Zoom
Zoom image with CTRL+Enter
Apa itu CTRL+Enter Image Zoom?
CTRL+Enter Image Zoom adalah ekstensi Chrome yang dikembangkan oleh husseyexplores, dan fitur utamanya adalah "Zoom image with CTRL+Enter".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CTRL+Enter Image Zoom
Unduh file ekstensi CTRL+Enter Image Zoom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | CTRL+Enter Image Zoom |
ID | mbanbfmeljdgjcbifknlfdedhdnnepkj |
URL Resmi | https://chromewebstore.google.com/detail/ctrl+enter-image-zoom/mbanbfmeljdgjcbifknlfdedhdnnepkj |
Deskripsi | Zoom image with CTRL+Enter |
Ukuran File | 13.23 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2020-04-10 |
Tanggal Publikasi | 2020-04-08 |
Pengembang | husseyexplores |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/husseyexplores/image-zoom-extension |
URL Halaman Bantuan | https://github.com/husseyexplores/image-zoom-extension |
Bahasa yang Didukung | 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" ] } ] } |