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].
Wat is Copy hyperlink as Edge does?
Copy hyperlink as Edge does is een Chrome-extensie ontwikkeld door zxylost, en de belangrijkste functie is "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
Extensie Screenshots
Download het CRX-bestand van de extensie Copy hyperlink as Edge does
Download Copy hyperlink as Edge does-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 hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. Basisinformatie over de Extensie
| Naam | |
| ID | pindpfknjjhmjdpgpfdempcnheecfkah |
| Officiële URL | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
| Beschrijving | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
| Bestandsgrootte | 10.83 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2023-06-18 |
| Publicatiedatum | 2023-06-18 |
| Ontwikkelaar | zxylost |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |