QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

Qu'est-ce que QR anything ?

QR anything est une extension Chrome développée par https://moin.im, et sa fonction principale est "Generate QR of anything instantly. Just right click and generate QR of images and links.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QR anything

Téléchargez les fichiers d'extension QR anything 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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

Informations de Base sur l'Extension

Nom QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
URL Officiel https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Description Generate QR of anything instantly. Just right click and generate QR of images and links.
Taille du Fichier 52.87 KB
Nombre d'Installations 593
Version Actuelle 0.6.1
Dernière Mise à Jour 2016-02-06
Date de Publication 2016-02-06
Évaluation 4.60/5 Total 10 Évaluations
Développeur https://moin.im
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}