QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

O que é QR Code Generator?

QR Code Generator é uma extensão do Chrome desenvolvida por https://webplusdevelopers.com, e sua principal característica é "This extension quickly generates a QR Code for url of the current tab.".

Capturas de Tela da Extensão

screenshot

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

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

Informações Básicas da Extensão

Nome QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
URL Oficial https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
Descrição This extension quickly generates a QR Code for url of the current tab.
Tamanho do Arquivo 53.81 KB
Contagem de Instalações 223
Versão Atual 1.0
Última Atualização 2014-08-15
Data de Publicação 2014-08-15
Desenvolvedor https://webplusdevelopers.com
Email [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",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}