URL 2 QR Code

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

Was ist URL 2 QR Code?

URL 2 QR Code ist eine Chrome-Erweiterung, die von http://lisaapps.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension displays the URL as a QR Code for easy mobile transfer.".

Erweiterungsscreenshots

screenshot

URL 2 QR Code-Erweiterungs-CRX-Datei herunterladen

Laden Sie URL 2 QR Code-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
Offizielle URL https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
Beschreibung This extension displays the URL as a QR Code for easy mobile transfer.
Dateigröße 7.75 KB
Installationsanzahl 24
Aktuelle Version 1.2
Letztes Update 2013-12-11
Veröffentlichungsdatum 2013-12-11
Entwickler http://lisaapps.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}