Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

O que é Easy QR-Code Generator?

Easy QR-Code Generator é uma extensão do Chrome desenvolvida por Benjamin Klein, e sua principal característica é "Make QR Codes from the Current Tab or specified URL.".

Baixar o arquivo CRX da Extensão Easy QR-Code Generator

Baixe arquivos de extensão Easy 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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

Informações Básicas da Extensão

Nome Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
URL Oficial https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Descrição Make QR Codes from the Current Tab or specified URL.
Tamanho do Arquivo 108 KB
Contagem de Instalações 117
Versão Atual 1.0.2
Última Atualização 2014-04-28
Data de Publicação 2014-04-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Benjamin Klein
Tipo de Pagamento free
URL da Página de Ajuda http://touchdata.net
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}