QR-Code

Show a QR-Code for the current URL (without relying on some third-party API).

Qu'est-ce que QR-Code ?

QR-Code est une extension Chrome développée par felix.kaiser, et sa fonction principale est "Show a QR-Code for the current URL (without relying on some third-party API).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QR-Code

Téléchargez les fichiers d'extension QR-Code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom QR-Code QR-Code
ID leicjbimaiecjfljbeikdailcmaadlml
URL Officiel https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml
Description Show a QR-Code for the current URL (without relying on some third-party API).
Taille du Fichier 13.5 KB
Nombre d'Installations 799
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-11-21
Date de Publication 2017-11-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur felix.kaiser
Type de Paiement free
Site Web de l'Extension https://github.com/fxkr/chrome-qrcode-extension
Langues Prises en Charge 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"
    }
}