URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

什么是URL 2 QR Code?

URL 2 QR Code是由http://lisaapps.com开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the URL as a QR Code for easy mobile transfer.”。

扩展截图

screenshot

下载URL 2 QR Code扩展crx文件

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

扩展使用说明

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

扩展基本信息

名称 URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
官方URL https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
简介 This extension displays the URL as a QR Code for easy mobile transfer.
文件大小 7.75 KB
安装次数 24
当前版本 1.2
更新时间 2013-12-11
上架时间 2013-12-11
开发者 http://lisaapps.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}