QR pc to phone

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

Hvad er QR pc to phone?

QR pc to phone er en Chrome-udvidelse udviklet af https://maxlibin.com, og dens hovedfunktion er "This is a little tool i used to transfer my website url into my phone by using QR code technology.".

Udvidelsesskærmbilleder

screenshot

Download QR pc to phone-udvidelses-CRX-fil

Download QR pc to phone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn QR pc to phone QR pc to phone
ID cbfnbahpfkphokmcbpnlnfmkpmphhmij
Officiel URL https://chromewebstore.google.com/detail/qr-pc-to-phone/cbfnbahpfkphokmcbpnlnfmkpmphhmij
Beskrivelse This is a little tool i used to transfer my website url into my phone by using QR code technology.
Filstørrelse 6.37 KB
Antal Installationer 438
Nuværende Version 1.0
Senest Opdateret 2013-01-04
Udgivelsesdato 2013-01-04
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler https://maxlibin.com
Betalingsmetode free
Udvidelseswebsted http://www.maxlibin.com
Understøttede Sprog 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"
    ]
}