QR Code Generator
Current Page to QR Code
什么是QR Code Generator?
QR Code Generator是由https://www.xuemengfei.com开发的Chrome扩展程序,该扩展的主要功能是“Current Page to QR Code”。
扩展截图
下载QR Code Generator扩展crx文件
下载QR Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate a QR code image for your active tab. You can scan it by mobile. 二维码生成器——把当前网页的链接生成二维码图片
扩展基本信息
名称 | QR Code Generator |
ID | heggnnjajfcmdmppnfpkgjiempnifpdl |
官方URL | https://chromewebstore.google.com/detail/qr-code-generator/heggnnjajfcmdmppnfpkgjiempnifpdl |
简介 | Current Page to QR Code |
文件大小 | 49.76 KB |
安装次数 | 37 |
当前版本 | 1.0 |
更新时间 | 2014-03-21 |
上架时间 | 2014-03-21 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.xuemengfei.com |
付费类型 | free |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "description": "Current Page to QR Code", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_icon": { "19": "assets\/[email protected]", "38": "assets\/[email protected]" }, "icons": { "16": "assets\/[email protected]", "48": "assets\/[email protected]", "128": "assets\/[email protected]" }, "default_title": "QR Code Generator", "default_popup": "index.html" } } |