QRtag.net - The QR Code Generator

Generates an QR Code of the current page.

Wat is QRtag.net - The QR Code Generator?

QRtag.net - The QR Code Generator is een Chrome-extensie ontwikkeld door https://www.qrtag.net, en de belangrijkste functie is "Generates an QR Code of the current page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QRtag.net - The QR Code Generator

Download QRtag.net - The QR Code Generator-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

                        Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)                    

Basisinformatie over de Extensie

Naam QRtag.net - The QR Code Generator QRtag.net - The QR Code Generator
ID pokbnfbfgmoimplmmbgdaldkbfdnllpc
Officiële URL https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc
Beschrijving Generates an QR Code of the current page.
Bestandsgrootte 31.27 KB
Aantal Installaties 42
Huidige Versie 1.0.5
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2019-11-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.qrtag.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.qrtag.net/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRtag.net - The QR Code Generator",
    "short_name": "QRtag.net",
    "description": "Generates an QR Code of the current page.",
    "version": "1.0.5",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png",
        "256": "icon_256.png",
        "512": "icon_512.png"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}