QR URL

Show current web URL as a QRCode so you may scan with your mobile device.

什么是QR URL?

QR URL是由https://soynerdito.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Show current web URL as a QRCode so you may scan with your mobile device.”。

扩展截图

screenshot

下载QR URL扩展crx文件

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

扩展使用说明

                        Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device.

Added Context Menu to create QRCode from free text selected from any web page

Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.                    

扩展基本信息

名称 QR URL QR URL
ID nppbdeifhmhjlahlcplebmeklianffba
官方URL https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba
简介 Show current web URL as a QRCode so you may scan with your mobile device.
文件大小 5.38 KB
安装次数 1,517
当前版本 3.0
更新时间 2014-04-01
上架时间 2014-03-31
评分 4.29/5 共17次评分
开发者 https://soynerdito.blogspot.com
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL",
    "version": "3.0",
    "description": "Show current web URL as a QRCode so you may scan with your mobile device.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chart.apis.google.com\/",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "default_icon": "icon.png",
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2
}