QR Code for URL

This extension shows QR code for the current URL

Hvad er QR Code for URL?

QR Code for URL er en Chrome-udvidelse udviklet af khandaa, og dens hovedfunktion er "This extension shows QR code for the current URL".

Udvidelsesskærmbilleder

screenshot

Download QR Code for URL-udvidelses-CRX-fil

Download QR Code for 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 creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

Grundlæggende oplysninger om udvidelsen

Navn QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
Officiel URL https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
Beskrivelse This extension shows QR code for the current URL
Filstørrelse 5.48 KB
Antal Installationer 17
Nuværende Version 1.0
Senest Opdateret 2017-06-16
Udgivelsesdato 2017-06-16
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler khandaa
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}