Copy Image URL
When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Copy Image URLとは何ですか?
Copy Image URLはhuangxiaoyu1018によって開発されたChromeの拡張機能で、その主な機能は「When pressing the copy shortcut key on the image, directly copy the image address, no need to right click」です。
拡張機能のスクリーンショット
Copy Image URL拡張機能のCRXファイルをダウンロード
Copy Image URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.
拡張機能の基本情報
名前 | Copy Image URL |
ID | ddembjalhjiblnlfifeldhohmigachhh |
公式URL | https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh |
説明 | When pressing the copy shortcut key on the image, directly copy the image address, no need to right click |
ファイルサイズ | 3.4 KB |
インストール数 | 79 |
現在のバージョン | 1.0 |
最終更新日 | 2023-07-25 |
公開日 | 2023-07-24 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | huangxiaoyu1018 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Image URL", "version": "1.0", "description": "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click", "permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |