URL Copy

Copies url with a click!

Cos'è URL Copy?

URL Copy è un'estensione di Chrome sviluppata da tsubasagene, e la sua funzione principale è "Copies url with a click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Copy

Scarica i file di estensione URL Copy 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

                        When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. 
Though the difference is small, many a little makes a mickle! Enjoy.                    

Informazioni di Base sull'Estensione

Nome URL Copy URL Copy
ID honjkgkhennhamekcgimhdibgcdfbidf
URL Ufficiale https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf
Descrizione Copies url with a click!
Dimensione del File 4.82 KB
Conteggio Installazioni 51
Versione Corrente 1.1
Ultimo Aggiornamento 2020-03-07
Data di Pubblicazione 2020-03-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore tsubasagene
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Copy",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Copies url with a click!",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}