QR Cat
A tool for converting web page url to QR Code, allow you to share link with others.
O que é QR Cat?
QR Cat é uma extensão do Chrome desenvolvida por John He, e sua principal característica é "A tool for converting web page url to QR Code, allow you to share link with others.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QR Cat
Baixe arquivos de extensão QR Cat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | QR Cat |
ID | jckjibkcgpglnlpgaonbhincpddnbeia |
URL Oficial | https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia |
Descrição | A tool for converting web page url to QR Code, allow you to share link with others. |
Tamanho do Arquivo | 56.88 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.0.2 |
Última Atualização | 2019-08-04 |
Data de Publicação | 2019-08-04 |
Desenvolvedor | John He |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |