QRL
Convert your URL or any other text into a QR Code to open in your Mobile Device.
O que é QRL?
QRL é uma extensão do Chrome desenvolvida por Abhijith Nandagopal, e sua principal característica é "Convert your URL or any other text into a QR Code to open in your Mobile Device.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão QRL
Baixe arquivos de extensão QRL 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
Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila! It uses only the 'tabs' permission to get the current active tab. Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. Works completely offline. Supported by all mainstream QR Code readers. P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.
Informações Básicas da Extensão
Nome | QRL |
ID | pbceohndbholgidpofipojlpfdcimlgf |
URL Oficial | https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf |
Descrição | Convert your URL or any other text into a QR Code to open in your Mobile Device. |
Tamanho do Arquivo | 48.59 KB |
Contagem de Instalações | 179 |
Versão Atual | 1.0 |
Última Atualização | 2018-10-03 |
Data de Publicação | 2018-10-02 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Abhijith Nandagopal |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRL", "version": "1.0", "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Abhijith Nandagopal", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ] } |