Smart QRCode
Smart QRCode
什么是Smart QRCode?
Smart QRCode是由ethan开发的Chrome扩展程序,该扩展的主要功能是“Smart QRCode”。
扩展截图
下载Smart QRCode扩展crx文件
下载Smart QRCode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
扩展基本信息
名称 | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
官方URL | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
简介 | Smart QRCode |
文件大小 | 25.63 KB |
安装次数 | 125 |
当前版本 | 1.0 |
更新时间 | 2016-12-03 |
上架时间 | 2016-12-02 |
评分 | 4.00/5 共1次评分 |
开发者 | ethan |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |