QR pc to phone

This is a little tool i used to transfer my website url into my phone by using QR code technology.

Was ist QR pc to phone?

QR pc to phone ist eine Chrome-Erweiterung, die von https://maxlibin.com entwickelt wurde, und ihr Hauptmerkmal ist "This is a little tool i used to transfer my website url into my phone by using QR code technology.".

Erweiterungsscreenshots

screenshot

QR pc to phone-Erweiterungs-CRX-Datei herunterladen

Laden Sie QR pc to phone-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

                        This little tool will generate your current URL into QR code then you can use your phone to scan the qr for current URL and saved into your phone.
www.maxlibin.com                    

Grundlegende Informationen zur Erweiterung

Name QR pc to phone QR pc to phone
ID cbfnbahpfkphokmcbpnlnfmkpmphhmij
Offizielle URL https://chromewebstore.google.com/detail/qr-pc-to-phone/cbfnbahpfkphokmcbpnlnfmkpmphhmij
Beschreibung This is a little tool i used to transfer my website url into my phone by using QR code technology.
Dateigröße 6.37 KB
Installationsanzahl 438
Aktuelle Version 1.0
Letztes Update 2013-01-04
Veröffentlichungsdatum 2013-01-04
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler https://maxlibin.com
Zahlungsart free
Erweiterungswebsite http://www.maxlibin.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR pc to phone",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This is a little tool i used to transfer my website url into my phone by using QR code technology.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}