QR Code Generator
Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.
O que é QR Code Generator?
QR Code Generator é uma extensão do Chrome desenvolvida por https://www.hitslink.com, e sua principal característica é "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.".
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 easiest way to get QR codes from URLs (also free text and phone numbers). Read the QR code generated with a smartphone or other device to automatically navigate to the URL or call the number. To read the QR code, use a QR code reader app. They are widely available on Android, IOS and most other platforms. A QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional bar code). The code consists of black modules (square dots) arranged in a square grid on a white background. The information encoded may be made up of four standardized types ("modes") of data (numeric, alphanumeric, byte / binary, Kanji) or, through supported extensions, virtually any type of data.
Informações Básicas da Extensão
Nome | QR Code Generator |
ID | debbcngjakfaeecpdlfpoobcknkljiod |
URL Oficial | https://chromewebstore.google.com/detail/qr-code-generator/debbcngjakfaeecpdlfpoobcknkljiod |
Descrição | Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers. |
Tamanho do Arquivo | 84.42 KB |
Contagem de Instalações | 353 |
Versão Atual | 1.1 |
Última Atualização | 2013-03-07 |
Data de Publicação | 2013-03-07 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | https://www.hitslink.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.hitslink.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1", "background": { "scripts": [ "background.js" ] }, "description": "Create QR codes from the URL you are on or from text! Generates QR codes from free text, URLs, or phone numbers.", "minimum_chrome_version": "17.0", "name": "QR Code Generator", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |