Webpage Share by QR Code

Share web page with wechat by scanning QRCode

O que é Webpage Share by QR Code?

Webpage Share by QR Code é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Share web page with wechat by scanning QRCode".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Webpage Share by QR Code

Baixe arquivos de extensão Webpage Share by QR Code 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

                        Share a webpage link via QR code; After installing this extension,  you can get the QR code of link of the page you are browsing by clicking on the extension icon. Scan the QR code with your Mobile App, e.g: wechat "scan" functionality.

你是微信控吗?
你无时无刻都想将所有东西与朋友分享吗?
你还在为如何微信分享电脑上的网页,而逐个码字吗?
你还在用直接拍屏幕的方式来分享电脑上的照片吗?
安装“迷宫”插件,点击右上方的像“迷宫”一样的黑白小方格,一切轻松搞定^_^                    

Informações Básicas da Extensão

Nome Webpage Share by QR Code Webpage Share by QR Code
ID llceakbbpoelahikkdfmgbdafclkkdlj
URL Oficial https://chromewebstore.google.com/detail/webpage-share-by-qr-code/llceakbbpoelahikkdfmgbdafclkkdlj
Descrição Share web page with wechat by scanning QRCode
Tamanho do Arquivo 49.65 KB
Contagem de Instalações 196
Versão Atual 1.0.0
Última Atualização 2014-03-27
Data de Publicação 2014-03-27
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webpage Share by QR Code",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Share web page with wechat by scanning QRCode",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "default.png"
    },
    "browser_action": {
        "default_icon": "default.png",
        "default_popup": "popup.html"
    }
}