QRtag.net - The QR Code Generator

Generates an QR Code of the current page.

Qu'est-ce que QRtag.net - The QR Code Generator ?

QRtag.net - The QR Code Generator est une extension Chrome développée par https://www.qrtag.net, et sa fonction principale est "Generates an QR Code of the current page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QRtag.net - The QR Code Generator

Téléchargez les fichiers d'extension QRtag.net - The QR Code Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom QRtag.net - The QR Code Generator QRtag.net - The QR Code Generator
ID pokbnfbfgmoimplmmbgdaldkbfdnllpc
URL Officiel https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc
Description Generates an QR Code of the current page.
Taille du Fichier 31.27 KB
Nombre d'Installations 42
Version Actuelle 1.0.5
Dernière Mise à Jour 2020-07-17
Date de Publication 2019-11-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://www.qrtag.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.qrtag.net/
Langues Prises en Charge 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"
    ]
}