Image zoom and drag
Image zoom and drag
Image zoom and dragとは何ですか?
Image zoom and dragは원창혁によって開発されたChromeの拡張機能で、その主な機能は「Image zoom and drag」です。
拡張機能のスクリーンショット
Image zoom and drag拡張機能のCRXファイルをダウンロード
Image zoom and drag拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
How to use
- Right-click on the image to open the context menu.
- Click elsewhere to close the context menu.
- You're ready. You can zoom in / out with the mouse wheel.
- Right click on the image again to cancel. 拡張機能の基本情報
| 名前 | |
| ID | oehcmjobdahgnbfpbpaeboddkhkfkddi |
| 公式URL | https://chromewebstore.google.com/detail/image-zoom-and-drag/oehcmjobdahgnbfpbpaeboddkhkfkddi |
| 説明 | Image zoom and drag |
| ファイルサイズ | 8.7 KB |
| インストール数 | 646 |
| 現在のバージョン | 0.0.17 |
| 最終更新日 | 2020-05-28 |
| 公開日 | 2020-05-27 |
| 評価 | 4.24/5 合計 17 レビュー |
| 開発者 | 원창혁 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image zoom and drag",
"version": "0.0.17",
"manifest_version": 2,
"description": "Image zoom and drag",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"image-zoom-and-drag.js"
],
"all_frames": true
}
]
} | |