Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Cos'è Copy All Urls?
Copy All Urls è un'estensione di Chrome sviluppata da kdmsnr, e la sua funzione principale è "This extension copies all url on the current window to the clipboard. You can set the format up at option menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Copy All Urls
Scarica i file di estensione Copy All Urls 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
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
Informazioni di Base sull'Estensione
Nome | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
URL Ufficiale | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
Descrizione | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
Dimensione del File | 5.27 KB |
Conteggio Installazioni | 3,801 |
Versione Corrente | 0.2.7 |
Ultimo Aggiornamento | 2013-06-25 |
Data di Pubblicazione | 2013-06-25 |
Valutazione | 4.00/5 Totale 40 Valutazioni |
Sviluppatore | kdmsnr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |