QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
Wat is QR-Code?
QR-Code is een Chrome-extensie ontwikkeld door felix.kaiser, en de belangrijkste functie is "Show a QR-Code for the current URL (without relying on some third-party API).".
Extensie Screenshots
Download het CRX-bestand van de extensie QR-Code
Download QR-Code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
Officiële URL | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
Beschrijving | Show a QR-Code for the current URL (without relying on some third-party API). |
Bestandsgrootte | 13.5 KB |
Aantal Installaties | 799 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-11-21 |
Publicatiedatum | 2017-11-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | felix.kaiser |
Betalingswijze | free |
Extensiewebsite | https://github.com/fxkr/chrome-qrcode-extension |
Ondersteunde Talen | 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" } } |