Copy URL

This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.

O que é Copy URL?

Copy URL é uma extensão do Chrome desenvolvida por viveksinghggits, e sua principal característica é "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Copy URL

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

                        This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device.
So the purpose of the product is to copy the URL from your computer to your mobile device.                    

Informações Básicas da Extensão

Nome Copy URL Copy URL
ID lhdkfgdpcodjjadeebijobklicbaegfb
URL Oficial https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb
Descrição This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
Tamanho do Arquivo 8.12 KB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2018-06-09
Data de Publicação 2018-06-09
Desenvolvedor viveksinghggits
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy URL",
    "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "website.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}