making QRCode of the url

making QRCode of the url

O que é making QRCode of the url?

making QRCode of the url é uma extensão do Chrome desenvolvida por yanghongbo, e sua principal característica é "making QRCode of the url".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão making QRCode of the url

Baixe arquivos de extensão making QRCode of the 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

                        It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website)
Open Sourced @ https://github.com/sprhawk/QRUrl


下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd                    

Informações Básicas da Extensão

Nome making QRCode of the url making QRCode of the url
ID gjgcfgihcndpmadahcnmfhgggpimgddo
URL Oficial https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo
Descrição making QRCode of the url
Tamanho do Arquivo 73.99 KB
Contagem de Instalações 23
Versão Atual 1.0.2
Última Atualização 2014-06-11
Data de Publicação 2014-06-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor yanghongbo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "making QRCode of the url",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "making QRCode of the url",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "qrcodejs\/qrcode.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "QRCode URL",
        "default_popup": "popup.html"
    }
}