QR anything

Generate QR of anything instantly. Just right click and generate QR of images and links.

O que é QR anything?

QR anything é uma extensão do Chrome desenvolvida por https://moin.im, e sua principal característica é "Generate QR of anything instantly. Just right click and generate QR of images and links.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QR anything

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

                        A light-weight extension to create QR codes of anything. It generates the QR instantly.

Currently supports:

- Links
- Text
- Images

Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.

Change log
v 0.6.1:
Added Android app link

v 0.6:
Optimised for performance

v0.5.1:

- 'right-click' save option for QR image.
- Developers: 64base code available                    

Informações Básicas da Extensão

Nome QR anything QR anything
ID dpcobhfdocjilgmfdbigakbkkfjclmcl
URL Oficial https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl
Descrição Generate QR of anything instantly. Just right click and generate QR of images and links.
Tamanho do Arquivo 52.87 KB
Contagem de Instalações 593
Versão Atual 0.6.1
Última Atualização 2016-02-06
Data de Publicação 2016-02-06
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor https://moin.im
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR anything",
    "version": "0.6.1",
    "manifest_version": 2,
    "description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
    "icons": {
        "16": "icons\/16.png",
        "28": "icons\/28.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "qr.html",
    "permissions": [
        "contextMenus"
    ]
}