CTRL+Enter Image Zoom
Zoom image with CTRL+Enter
CTRL+Enter Image Zoomคืออะไร?
CTRL+Enter Image Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย husseyexplores และคุณลักษณะหลักของมันคือ "Zoom image with CTRL+Enter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CTRL+Enter Image Zoom
ดาวน์โหลดไฟล์ส่วนขยาย CTRL+Enter Image Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } ] } |