Copy URL

This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.

Cos'è Copy URL?

Copy URL è un'estensione di Chrome sviluppata da viveksinghggits, e la sua funzione principale è "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".

Screenshot dell'Estensione

screenshot

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

                        This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device.
So the purpose of the product is to copy the URL from your computer to your mobile device.                    

Informazioni di Base sull'Estensione

Nome Copy URL Copy URL
ID lhdkfgdpcodjjadeebijobklicbaegfb
URL Ufficiale https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb
Descrizione This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Dimensione del File 8.12 KB
Conteggio Installazioni 30
Versione Corrente 1.0
Ultimo Aggiornamento 2018-06-09
Data di Pubblicazione 2018-06-09
Sviluppatore viveksinghggits
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy URL",
    "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "website.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}