QR Code for URL

This extension shows QR code for the current URL

什么是QR Code for URL?

QR Code for URL是由khandaa开发的Chrome扩展程序,该扩展的主要功能是“This extension shows QR code for the current URL”。

扩展截图

screenshot

下载QR Code for URL扩展crx文件

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

扩展使用说明

                        This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

扩展基本信息

名称 QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
官方URL https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
简介 This extension shows QR code for the current URL
文件大小 5.48 KB
安装次数 17
当前版本 1.0
更新时间 2017-06-16
上架时间 2017-06-16
评分 4.00/5 共1次评分
开发者 khandaa
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}