QR Code for URL

This extension shows QR code for the current URL

Co je QR Code for URL?

QR Code for URL je rozšíření Chrome vyvinuté khandaa, a jeho hlavní funkcí je „This extension shows QR code for the current URL“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření QR Code for URL

Stáhněte si soubory rozšíření QR Code for URL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
Oficiální URL https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
Popis This extension shows QR code for the current URL
Velikost souboru 5.48 KB
Počet instalací 17
Aktuální Verze 1.0
Poslední Aktualizace 2017-06-16
Datum Vydání 2017-06-16
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář khandaa
Typ Platby free
Podporované Jazyky 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"
    ]
}