QR Code Generator
Generates QR Code of the open tab
什么是QR Code Generator?
QR Code Generator是由https://www.tebaide.it开发的Chrome扩展程序,该扩展的主要功能是“Generates QR Code of the open tab”。
扩展截图
下载QR Code Generator扩展crx文件
下载QR Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates QR Code of the open tab and allows you to take the URL easily. QR Code is compatible with all barcode reader for Android and iPhone
扩展基本信息
名称 | QR Code Generator |
ID | afcbogfpjabfpakdggggehomjlkofofc |
官方URL | https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc |
简介 | Generates QR Code of the open tab |
文件大小 | 84.83 KB |
安装次数 | 661 |
当前版本 | 1.0.4 |
更新时间 | 2013-06-25 |
上架时间 | 2013-06-25 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.tebaide.it |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "description": "Generates QR Code of the open tab", "browser_action": { "default_title": "QR Code Generator", "default_icon": "images\/icon_128.png", "default_popup": "index.html" }, "icons": { "128": "images\/icon_128.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "manifest_version": 2, "name": "QR Code Generator", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |