Copy hyperlink as Edge does
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Co to jest Copy hyperlink as Edge does?
Copy hyperlink as Edge does to rozszerzenie Chrome opracowane przez zxylost, a jego główną funkcją jest „Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy hyperlink as Edge does
Pobierz pliki rozszerzeń Copy hyperlink as Edge does 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 hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pindpfknjjhmjdpgpfdempcnheecfkah |
| Oficjalny URL | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
| Opis | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
| Rozmiar pliku | 10.83 KB |
| Liczba instalacji | 26 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2023-06-18 |
| Data Publikacji | 2023-06-18 |
| Deweloper | zxylost |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"content_scripts": [
{
"all_frames": true,
"js": [
"copyurlwithtitle.js",
"toast.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "Copy hyperlink as Edge does",
"short_name": "Copy hyperlink as Edge does",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1"
} | |