QR Cat

A tool for converting web page url to QR Code, allow you to share link with others.

Qu'est-ce que QR Cat ?

QR Cat est une extension Chrome développée par John He, et sa fonction principale est "A tool for converting web page url to QR Code, allow you to share link with others.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QR Cat

Téléchargez les fichiers d'extension QR Cat 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

                        QRCat is a QR code generator 

QRCat allows you to convert web page URLs to QR Code with a Meow button.

This will allow you better share the internet with others.

- QR Cat converts your current page URL to QRCode.

- By clicking on "Meow", QR Cat will generate QRCodes for you.

- QR Cat allows you to generate and download QR codes.

- Once downloaded, QR Cat does not need internet to function.                    

Informations de Base sur l'Extension

Nom QR Cat QR Cat
ID jckjibkcgpglnlpgaonbhincpddnbeia
URL Officiel https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia
Description A tool for converting web page url to QR Code, allow you to share link with others.
Taille du Fichier 56.88 KB
Nombre d'Installations 32
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-08-04
Date de Publication 2019-08-04
Développeur John He
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A tool for converting web page url to QR Code, allow you to share link with others.",
    "version": "1.0.2",
    "manifest_version": 2,
    "name": "QR Cat",
    "short_name": "qrcat",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs"
    ],
    "current_locale": "en_US"
}