URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

Qu'est-ce que URL 2 QR Code ?

URL 2 QR Code est une extension Chrome développée par http://lisaapps.com, et sa fonction principale est "This extension displays the URL as a QR Code for easy mobile transfer.".

Captures d'Écran de l'Extension

screenshot

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

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

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

Informations de Base sur l'Extension

Nom URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
URL Officiel https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
Description This extension displays the URL as a QR Code for easy mobile transfer.
Taille du Fichier 7.75 KB
Nombre d'Installations 24
Version Actuelle 1.2
Dernière Mise à Jour 2013-12-11
Date de Publication 2013-12-11
Développeur http://lisaapps.com
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}