Smart QRCode

Smart QRCode

Wat is Smart QRCode?

Smart QRCode is een Chrome-extensie ontwikkeld door ethan, en de belangrijkste functie is "Smart QRCode".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Smart QRCode

Download Smart QRCode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
Officiële URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Beschrijving Smart QRCode
Bestandsgrootte 25.63 KB
Aantal Installaties 125
Huidige Versie 1.0
Laatst Bijgewerkt 2016-12-03
Publicatiedatum 2016-12-02
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ethan
Betalingswijze free
Ondersteunde Talen 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"
    }
}