Smart QRCode

Smart QRCode

Hvad er Smart QRCode?

Smart QRCode er en Chrome-udvidelse udviklet af ethan, og dens hovedfunktion er "Smart QRCode".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Smart QRCode-udvidelses-CRX-fil

Download Smart QRCode-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

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

Grundlæggende oplysninger om udvidelsen

Navn Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
Officiel URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Beskrivelse Smart QRCode
Filstørrelse 25.63 KB
Antal Installationer 125
Nuværende Version 1.0
Senest Opdateret 2016-12-03
Udgivelsesdato 2016-12-02
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler ethan
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}