QRtag.net - The QR Code Generator

Generates an QR Code of the current page.

Co je QRtag.net - The QR Code Generator?

QRtag.net - The QR Code Generator je rozšíření Chrome vyvinuté https://www.qrtag.net, a jeho hlavní funkcí je „Generates an QR Code of the current page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření QRtag.net - The QR Code Generator

Stáhněte si soubory rozšíření QRtag.net - The QR Code Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 ;)                    

Základní Informace o Rozšíření

Název QRtag.net - The QR Code Generator QRtag.net - The QR Code Generator
ID pokbnfbfgmoimplmmbgdaldkbfdnllpc
Oficiální URL https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc
Popis Generates an QR Code of the current page.
Velikost souboru 31.27 KB
Počet instalací 42
Aktuální Verze 1.0.5
Poslední Aktualizace 2020-07-17
Datum Vydání 2019-11-07
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.qrtag.net
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.qrtag.net/
Podporované Jazyky 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"
    ]
}