Webpage Share by QR Code

Share web page with wechat by scanning QRCode

什么是Webpage Share by QR Code?

Webpage Share by QR Code是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Share web page with wechat by scanning QRCode”。

扩展截图

screenshot

下载Webpage Share by QR Code扩展crx文件

下载Webpage Share by QR Code扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.

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

扩展基本信息

名称 Webpage Share by QR Code Webpage Share by QR Code
ID llceakbbpoelahikkdfmgbdafclkkdlj
官方URL https://chromewebstore.google.com/detail/webpage-share-by-qr-code/llceakbbpoelahikkdfmgbdafclkkdlj
简介 Share web page with wechat by scanning QRCode
文件大小 49.65 KB
安装次数 196
当前版本 1.0.0
更新时间 2014-03-27
上架时间 2014-03-27
评分 5.00/5 共5次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    }
}