URL to QR code converter

This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.

Wat is URL to QR code converter?

URL to QR code converter is een Chrome-extensie ontwikkeld door https://sites.google.com/site/fujundu, en de belangrijkste functie is "This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie URL to QR code converter

Download URL to QR code converter-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

                        This extension converts the url of the page you are viewing into a QR code, so that you can scan it with your phone to share the url.

It can also convert text into QR code.                    

Basisinformatie over de Extensie

Naam URL to QR code converter URL to QR code converter
ID cnbelooiikkmhknahgkckaikndlmlhfd
Officiële URL https://chromewebstore.google.com/detail/url-to-qr-code-converter/cnbelooiikkmhknahgkckaikndlmlhfd
Beschrijving This extension shows the QR code for the url of the current page or the text you input. You can save the QR code as a png file.
Bestandsgrootte 46.83 KB
Aantal Installaties 4,354
Huidige Versie 0.4
Laatst Bijgewerkt 2017-02-22
Publicatiedatum 2017-02-22
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://sites.google.com/site/fujundu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/fjdu/URL-to-QR-code
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code converter",
    "short_name": "URL to QR",
    "description": "This extension shows the QR code for the url of the current page or the text you input.  You can save the QR code as a png file.",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "jquery.qrcode.js",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}