Direct URL to QR Code

Generate QR Code From current URL

Was ist Direct URL to QR Code?

Direct URL to QR Code ist eine Chrome-Erweiterung, die von chanreal entwickelt wurde, und ihr Hauptmerkmal ist "Generate QR Code From current URL".

Erweiterungsscreenshots

screenshot
screenshot

Direct URL to QR Code-Erweiterungs-CRX-Datei herunterladen

Laden Sie Direct URL to QR Code-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

                        Share your current URL with mobile phone using QR Code by one click.                    

Grundlegende Informationen zur Erweiterung

Name Direct URL to QR Code Direct URL to QR Code
ID dmjngnlocikcdplcdhcglehjajmbdhlg
Offizielle URL https://chromewebstore.google.com/detail/direct-url-to-qr-code/dmjngnlocikcdplcdhcglehjajmbdhlg
Beschreibung Generate QR Code From current URL
Dateigröße 52.62 KB
Installationsanzahl 2,278
Aktuelle Version 1.2.4
Letztes Update 2021-04-29
Veröffentlichungsdatum 2013-01-11
Bewertung 4.12/5 Insgesamt 17 Bewertungen
Entwickler chanreal
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct URL to QR Code",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Generate QR Code From current URL",
    "browser_action": {
        "default_title": "Generate QR Code From current URL",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}