QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

什么是QR Code Generator?

QR Code Generator是由https://webplusdevelopers.com开发的Chrome扩展程序,该扩展的主要功能是“This extension quickly generates a QR Code for url of the current tab.”。

扩展截图

screenshot

下载QR Code Generator扩展crx文件

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

扩展使用说明

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

扩展基本信息

名称 QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
官方URL https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
简介 This extension quickly generates a QR Code for url of the current tab.
文件大小 53.81 KB
安装次数 223
当前版本 1.0
更新时间 2014-08-15
上架时间 2014-08-15
开发者 https://webplusdevelopers.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}