Copy Image URL
When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Hvad er Copy Image URL?
Copy Image URL er en Chrome-udvidelse udviklet af huangxiaoyu1018, og dens hovedfunktion er "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".
Udvidelsesskærmbilleder
Download Copy Image URL-udvidelses-CRX-fil
Download Copy Image URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.
Grundlæggende oplysninger om udvidelsen
Navn | Copy Image URL |
ID | ddembjalhjiblnlfifeldhohmigachhh |
Officiel URL | https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh |
Beskrivelse | When pressing the copy shortcut key on the image, directly copy the image address, no need to right click |
Filstørrelse | 3.4 KB |
Antal Installationer | 79 |
Nuværende Version | 1.0 |
Senest Opdateret | 2023-07-25 |
Udgivelsesdato | 2023-07-24 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | huangxiaoyu1018 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |