URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

O que é URL 2 QR Code?

URL 2 QR Code é uma extensão do Chrome desenvolvida por http://lisaapps.com, e sua principal característica é "This extension displays the URL as a QR Code for easy mobile transfer.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão URL 2 QR Code

Baixe arquivos de extensão URL 2 QR Code 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

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

Informações Básicas da Extensão

Nome URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
URL Oficial https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
Descrição This extension displays the URL as a QR Code for easy mobile transfer.
Tamanho do Arquivo 7.75 KB
Contagem de Instalações 24
Versão Atual 1.2
Última Atualização 2013-12-11
Data de Publicação 2013-12-11
Desenvolvedor http://lisaapps.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}