QR Cat

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

Wat is QR Cat?

QR Cat is een Chrome-extensie ontwikkeld door John He, en de belangrijkste functie is "A tool for converting web page url to QR Code, allow you to share link with others.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie QR Cat

Download QR Cat-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

                        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.                    

Basisinformatie over de Extensie

Naam QR Cat QR Cat
ID jckjibkcgpglnlpgaonbhincpddnbeia
Officiële URL https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia
Beschrijving A tool for converting web page url to QR Code, allow you to share link with others.
Bestandsgrootte 56.88 KB
Aantal Installaties 32
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-08-04
Publicatiedatum 2019-08-04
Ontwikkelaar John He
Betalingswijze free
Ondersteunde Talen 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"
}