Copy URL
Copy URL of the active tab into the clipboard
Cos'è Copy URL?
Copy URL è un'estensione di Chrome sviluppata da https://lukaspolak.com, e la sua funzione principale è "Copy URL of the active tab into the clipboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy URL
Scarica i file di estensione Copy URL 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 URL of the active tab into the clipboard with a single click. Just press the "Copy URL" toolbar button and see the magic!
Now you can even change the extension icon color!
Just right-click on the extension, pick an "Options," and choose your preferred color theme. Informazioni di Base sull'Estensione
| Nome | |
| ID | fcniaangaighnlfnjgcaonolkiibkdan |
| URL Ufficiale | https://chromewebstore.google.com/detail/copy-url/fcniaangaighnlfnjgcaonolkiibkdan |
| Descrizione | Copy URL of the active tab into the clipboard |
| Dimensione del File | 85.23 KB |
| Conteggio Installazioni | 25 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-12-25 |
| Data di Pubblicazione | 2021-12-24 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://lukaspolak.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.lukaspolak.com/projects/chrome-extensions/copy-url |
| URL della Pagina di Aiuto | https://www.lukaspolak.com/projects/chrome-extensions/copy-url/support |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL",
"description": "Copy URL of the active tab into the clipboard",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"action": {
"default_icon": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
},
"icons": {
"16": "\/images\/icon-light-16.png",
"32": "\/images\/icon-light-32.png",
"48": "\/images\/icon-light-48.png",
"128": "\/images\/icon-light-128.png"
}
} | |