Copy Image URL
When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Cos'è Copy Image URL?
Copy Image URL è un'estensione di Chrome sviluppata da huangxiaoyu1018, e la sua funzione principale è "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy Image URL
Scarica i file di estensione Copy Image URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.
Informazioni di Base sull'Estensione
Nome | Copy Image URL |
ID | ddembjalhjiblnlfifeldhohmigachhh |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh |
Descrizione | When pressing the copy shortcut key on the image, directly copy the image address, no need to right click |
Dimensione del File | 3.4 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-07-25 |
Data di Pubblicazione | 2023-07-24 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | huangxiaoyu1018 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |