URL to QR code

This extension generate QR-code with URL of current openned page.

O que é URL to QR code?

URL to QR code é uma extensão do Chrome desenvolvida por https://michurin.github.io, e sua principal característica é "This extension generate QR-code with URL of current openned page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão URL to QR code

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

                        Еxtension to view URL of current opened page as QR code.

It is the simplest way to carry URL from you browser to your (or someone's) mobile device.

You can customize

  - size of image and
  - error correction levels.

And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page.

Visit the options page to use these features.                    

Informações Básicas da Extensão

Nome URL to QR code URL to QR code
ID ocilemcdjpkpmopdbehigobfjaepcnmm
URL Oficial https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm
Descrição This extension generate QR-code with URL of current openned page.
Tamanho do Arquivo 11.55 KB
Contagem de Instalações 353
Versão Atual 0.4.0.0
Última Atualização 2014-08-18
Data de Publicação 2014-08-18
Desenvolvedor https://michurin.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/michurin/chrome-extension-url-to-qrcode
URL da Página de Ajuda https://github.com/michurin/chrome-extension-url-to-qrcode
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code",
    "version": "0.4.0.0",
    "description": "This extension generate QR-code with URL of current openned page.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Generate QR code",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/chart.googleapis.com\/",
        "activeTab",
        "storage"
    ],
    "short_name": "URL 2 QR",
    "author": "Alexey Michurin ",
    "homepage_url": "http:\/\/michurin.github.io\/"
}