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.

Hvad er Copy URL?

Copy URL er en Chrome-udvidelse udviklet af viveksinghggits, og dens hovedfunktion er "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".

Udvidelsesskærmbilleder

screenshot

Download Copy URL-udvidelses-CRX-fil

Download Copy URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Copy URL Copy URL
ID lhdkfgdpcodjjadeebijobklicbaegfb
Officiel URL https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb
Beskrivelse This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Filstørrelse 8.12 KB
Antal Installationer 30
Nuværende Version 1.0
Senest Opdateret 2018-06-09
Udgivelsesdato 2018-06-09
Udvikler viveksinghggits
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}