Copy Image URL
When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Wat is Copy Image URL?
Copy Image URL is een Chrome-extensie ontwikkeld door huangxiaoyu1018, en de belangrijkste functie is "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy Image URL
Download Copy Image URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.
Basisinformatie over de Extensie
Naam | Copy Image URL |
ID | ddembjalhjiblnlfifeldhohmigachhh |
Officiële URL | https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh |
Beschrijving | When pressing the copy shortcut key on the image, directly copy the image address, no need to right click |
Bestandsgrootte | 3.4 KB |
Aantal Installaties | 79 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-07-25 |
Publicatiedatum | 2023-07-24 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | huangxiaoyu1018 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |