Copy Image URL
When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Co to jest Copy Image URL?
Copy Image URL to rozszerzenie Chrome opracowane przez huangxiaoyu1018, a jego główną funkcją jest „When pressing the copy shortcut key on the image, directly copy the image address, no need to right click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy Image URL
Pobierz pliki rozszerzeń Copy Image URL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.
Podstawowe informacje o rozszerzeniu
Nazwa | Copy Image URL |
ID | ddembjalhjiblnlfifeldhohmigachhh |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh |
Opis | When pressing the copy shortcut key on the image, directly copy the image address, no need to right click |
Rozmiar pliku | 3.4 KB |
Liczba instalacji | 79 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-07-25 |
Data Publikacji | 2023-07-24 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | huangxiaoyu1018 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |