The QRL Extension

URL to QR code developed for easy transfer of sites from Computer to mobile.

O que é The QRL Extension?

The QRL Extension é uma extensão do Chrome desenvolvida por RohanDengle, e sua principal característica é "URL to QR code developed for easy transfer of sites from Computer to mobile.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão The QRL Extension

Baixe arquivos de extensão The QRL Extension 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

                        The QRL Extension has been launched to scan the links on your PC to your mobile and check it on the move. This is to make your life easy and quite accessible to the links which you are viewing on your big screen. Instead of copying the link, pasting, and sending, you just scan it without any obstacle and send. Here's to making life easy and smart!                    

Informações Básicas da Extensão

Nome The QRL Extension The QRL Extension
ID gabgbddcoappkaagcaiodjpgcnoifklm
URL Oficial https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm
Descrição URL to QR code developed for easy transfer of sites from Computer to mobile.
Tamanho do Arquivo 18.13 KB
Contagem de Instalações 57
Versão Atual 1.0
Última Atualização 2020-08-10
Data de Publicação 2020-08-10
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor RohanDengle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The QRL Extension",
    "description": "URL to QR code developed for easy transfer of sites from Computer to mobile.",
    "version": "1.0",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "16x16.png",
        "default_popup": "popup.html"
    }
}