QR Cat
A tool for converting web page url to QR Code, allow you to share link with others.
Vad är QR Cat?
QR Cat är en Chrome-tillägg utvecklad av John He, och dess huvudfunktion är "A tool for converting web page url to QR Code, allow you to share link with others.".
Tilläggsskärmbilder
Ladda ner QR Cat-förlängningens CRX-fil
Ladda ner QR Cat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | QR Cat |
ID | jckjibkcgpglnlpgaonbhincpddnbeia |
Officiell webbadress | https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia |
Beskrivning | A tool for converting web page url to QR Code, allow you to share link with others. |
Filstorlek | 56.88 KB |
Antal Installationer | 32 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2019-08-04 |
Publiceringsdatum | 2019-08-04 |
Utvecklare | John He |
Betalningssätt | free |
Stödda Språk | 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" } |