QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
Cos'è QR-Code?
QR-Code è un'estensione di Chrome sviluppata da felix.kaiser, e la sua funzione principale è "Show a QR-Code for the current URL (without relying on some third-party API).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR-Code
Scarica i file di estensione QR-Code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
Descrizione | Show a QR-Code for the current URL (without relying on some third-party API). |
Dimensione del File | 13.5 KB |
Conteggio Installazioni | 799 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-11-21 |
Data di Pubblicazione | 2017-11-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | felix.kaiser |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fxkr/chrome-qrcode-extension |
Lingue Supportate | 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" } } |