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].
Cos'è Copy hyperlink as Edge does?
Copy hyperlink as Edge does è un'estensione di Chrome sviluppata da zxylost, e la sua funzione principale è "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy hyperlink as Edge does
Scarica i file di estensione Copy hyperlink as Edge does in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. Informazioni di Base sull'Estensione
| Nome | |
| ID | pindpfknjjhmjdpgpfdempcnheecfkah |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah |
| Descrizione | Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title]. |
| Dimensione del File | 10.83 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2023-06-18 |
| Data di Pubblicazione | 2023-06-18 |
| Sviluppatore | zxylost |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |