QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
Was ist QR-Code?
QR-Code ist eine Chrome-Erweiterung, die von felix.kaiser entwickelt wurde, und ihr Hauptmerkmal ist "Show a QR-Code for the current URL (without relying on some third-party API).".
Erweiterungsscreenshots
QR-Code-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
Shows a QR-Code for the current URL, or any other text. It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.). It's free and open source: https://github.com/fxkr/chrome-qrcode-extension
Grundlegende Informationen zur Erweiterung
Name | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
Offizielle URL | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
Beschreibung | Show a QR-Code for the current URL (without relying on some third-party API). |
Dateigröße | 13.5 KB |
Installationsanzahl | 799 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2017-11-21 |
Veröffentlichungsdatum | 2017-11-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | felix.kaiser |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/fxkr/chrome-qrcode-extension |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Code", "description": "Show a QR-Code for the current URL (without relying on some third-party API).", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "tabs" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |