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!
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |