QR Code Tools

Generate a QR Code for the current page or your text

Wat is QR Code Tools?

QR Code Tools is een Chrome-extensie ontwikkeld door kimown, en de belangrijkste functie is "Generate a QR Code for the current page or your text".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QR Code Tools

Download QR Code Tools-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

                        Generate a QR Code for the current page or your text.                    

Basisinformatie over de Extensie

Naam QR Code Tools QR Code Tools
ID ocbhppgblkpojkpebamblimobggeaobi
Officiële URL https://chromewebstore.google.com/detail/qr-code-tools/ocbhppgblkpojkpebamblimobggeaobi
Beschrijving Generate a QR Code for the current page or your text
Bestandsgrootte 25.42 KB
Aantal Installaties 32
Huidige Versie 1.0
Laatst Bijgewerkt 2016-07-23
Publicatiedatum 2016-07-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar kimown
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Tools",
    "description": "Generate a QR Code for the current page or your text",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs"
    ]
}