url2QR

generate QR Code from url in order to scan it with your phone.

什么是url2QR?

url2QR是由Ilyas Bakouch开发的Chrome扩展程序,该扩展的主要功能是“generate QR Code from url in order to scan it with your phone.”。

扩展截图

screenshot

下载url2QR扩展crx文件

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

扩展使用说明

                        A clean light-weight extension to generate a QR code from current URL so you can access it directly from your phone by scanning it.                    

扩展基本信息

名称 url2QR url2QR
ID lgmenkmlmidgacngldgfbgicgindjamp
官方URL https://chromewebstore.google.com/detail/url2qr/lgmenkmlmidgacngldgfbgicgindjamp
简介 generate QR Code from url in order to scan it with your phone.
文件大小 4.32 KB
安装次数 30
当前版本 1.0
更新时间 2013-04-05
上架时间 2013-04-05
评分 1.00/5 共1次评分
开发者 Ilyas Bakouch
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "url2QR",
    "description": "generate QR Code from url in order to scan it with your phone.",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "homepage_url": "http:\/\/isbkch.net\/",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code from current URL"
    }
}