CTRL+Enter Image Zoom
Zoom image with CTRL+Enter
什麼是CTRL+Enter Image Zoom?
CTRL+Enter Image Zoom是由husseyexplores開發的Chrome擴展程式,該擴展的主要功能是“Zoom image with CTRL+Enter”。
擴展截圖
下載CTRL+Enter Image Zoom擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | mbanbfmeljdgjcbifknlfdedhdnnepkj |
| 官方網址 | 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"
]
}
]
} | |