QrURL
create a qrcode from an url
什么是QrURL?
QrURL是由https://qrurl.it开发的Chrome扩展程序,该扩展的主要功能是“create a qrcode from an url”。
扩展截图
下载QrURL扩展crx文件
下载QrURL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.
扩展基本信息
名称 | QrURL |
ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
官方URL | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
简介 | create a qrcode from an url |
文件大小 | 14.45 KB |
安装次数 | 115 |
当前版本 | 0.4.3 |
更新时间 | 2017-09-28 |
上架时间 | 2017-09-28 |
开发者 | https://qrurl.it |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://qrurl.it |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QrURL", "version": "0.4.3", "description": "create a qrcode from an url", "background_page": "background.html", "browser_action": { "default_icon": "icon-128.png", "popup": "popup.html" }, "homepage_url": "http:\/\/qrurl.it", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |