URL to QRC
This extension generates a QR Code based on the current url.
O que é URL to QRC?
URL to QRC é uma extensão do Chrome desenvolvida por https://bambitinc.com, e sua principal característica é "This extension generates a QR Code based on the current url.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão URL to QRC
Baixe arquivos de extensão URL to QRC 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
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Informações Básicas da Extensão
Nome | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
URL Oficial | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Descrição | This extension generates a QR Code based on the current url. |
Tamanho do Arquivo | 48.46 KB |
Contagem de Instalações | 95 |
Versão Atual | 1.1 |
Última Atualização | 2013-03-28 |
Data de Publicação | 2013-03-28 |
Desenvolvedor | https://bambitinc.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |