QR Code for URL

This extension shows QR code for the current URL

Was ist QR Code for URL?

QR Code for URL ist eine Chrome-Erweiterung, die von khandaa entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows QR code for the current URL".

Erweiterungsscreenshots

screenshot

QR Code for URL-Erweiterungs-CRX-Datei herunterladen

Laden Sie QR Code for URL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
Offizielle URL https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
Beschreibung This extension shows QR code for the current URL
Dateigröße 5.48 KB
Installationsanzahl 17
Aktuelle Version 1.0
Letztes Update 2017-06-16
Veröffentlichungsdatum 2017-06-16
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler khandaa
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}