QR Cat
A tool for converting web page url to QR Code, allow you to share link with others.
Was ist QR Cat?
QR Cat ist eine Chrome-Erweiterung, die von John He entwickelt wurde, und ihr Hauptmerkmal ist "A tool for converting web page url to QR Code, allow you to share link with others.".
Erweiterungsscreenshots
QR Cat-Erweiterungs-CRX-Datei herunterladen
Laden Sie QR Cat-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jckjibkcgpglnlpgaonbhincpddnbeia |
| Offizielle URL | https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia |
| Beschreibung | A tool for converting web page url to QR Code, allow you to share link with others. |
| Dateigröße | 56.88 KB |
| Installationsanzahl | 32 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2019-08-04 |
| Veröffentlichungsdatum | 2019-08-04 |
| Entwickler | John He |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |