Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

什么是Easy QR-Code Generator?

Easy QR-Code Generator是由Benjamin Klein开发的Chrome扩展程序,该扩展的主要功能是“Make QR Codes from the Current Tab or specified URL.”。

下载Easy QR-Code Generator扩展crx文件

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

扩展使用说明

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

扩展基本信息

名称 Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
官方URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
简介 Make QR Codes from the Current Tab or specified URL.
文件大小 108 KB
安装次数 117
当前版本 1.0.2
更新时间 2014-04-28
上架时间 2014-04-28
评分 5.00/5 共2次评分
开发者 Benjamin Klein
付费类型 free
帮助页面URL http://touchdata.net
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}