qrcode with scheme
generate qrcode with url scheme
什么是qrcode with scheme?
qrcode with scheme是由vivaxy开发的Chrome扩展程序,该扩展的主要功能是“generate qrcode with url scheme”。
扩展截图
下载qrcode with scheme扩展crx文件
下载qrcode with scheme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generate qrcode with url schema. 扩展基本信息
| 名称 | |
| ID | nghpcjjmhemilbphegklaehbmoepfokk |
| 官方URL | https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk |
| 简介 | generate qrcode with url scheme |
| 文件大小 | 28.81 KB |
| 安装次数 | 65 |
| 当前版本 | 1.2.6 |
| 更新时间 | 2016-11-21 |
| 上架时间 | 2016-11-20 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | vivaxy |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/vivaxy/qrcode-chrome |
| 帮助页面URL | https://github.com/vivaxy/qrcode-chrome/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "qrcode with scheme",
"version": "1.2.6",
"description": "generate qrcode with url scheme",
"icons": {
"128": "img\/icon.128.png",
"48": "img\/icon.48.png"
},
"browser_action": {
"default_icon": "img\/icon.128.png",
"default_popup": "index.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"author": "vivaxy",
"homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome",
"permissions": [
"tabs",
"storage"
]
} | |