QR SHARE

The user helper program to load a website directly from browser to mobile using QR Code

什么是QR SHARE?

QR SHARE是由https://aiesys.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“The user helper program to load a website directly from browser to mobile using QR Code”。

扩展截图

screenshot
screenshot

下载QR SHARE扩展crx文件

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

扩展使用说明

                        QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.                    

扩展基本信息

名称 QR SHARE QR SHARE
ID djkhkcefpahcaaedbaknfbcflpkkhcnj
官方URL https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj
简介 The user helper program to load a website directly from browser to mobile using QR Code
文件大小 39.91 KB
安装次数 103
当前版本 1.0
更新时间 2017-07-01
上架时间 2017-07-01
评分 1.00/5 共1次评分
开发者 https://aiesys.blogspot.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR SHARE",
    "description": "The user helper program to load a website directly from browser to mobile using QR Code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}