QR Code Generator
The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.
O que é QR Code Generator?
QR Code Generator é uma extensão do Chrome desenvolvida por limepix, e sua principal característica é "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QR Code Generator
Baixe arquivos de extensão QR Code Generator 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
The QR Code Generator is a simple and easy to use Chrome Extension, that gives you the possibilities to create different types of QR Codes as PNG images. The currently available types are: * Text * URL * SMS * Phone / Dial * Email * Geolocation * WiFi Network Identification * Contact Have fun :)
Informações Básicas da Extensão
Nome | |
ID | bgljigeecopfljpcfbihbgdbmmhigmip |
URL Oficial | https://chrome.google.com/webstore/detail/qr-code-generator/bgljigeecopfljpcfbihbgdbmmhigmip |
Descrição | The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts. |
Tamanho do Arquivo | 411 KB |
Contagem de Instalações | 255 |
Versão Atual | 1.2 |
Última Atualização | 2014-07-16 |
Data de Publicação | 2014-07-16 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | limepix |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "short_name": "QRcodegen", "description": "The easiest way to create all kinds of QR codes. Encrypt Text, URLs, Emails, Phonenumbers, SMS, WiFi IDs, Geolocations and Contacts.", "version": "1.2", "permissions": [ "http:\/\/devshots.org\/" ], "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png", "48": "images\/logo_48.png" }, "default_title": "Generate a QR code", "default_popup": "html\/popup.html" } } |