二维码(QR Code)生成器
快速生成当前页面二维码,扫码二维码即可访问当前页面
What is 二维码(QR Code)生成器?
二维码(QR Code)生成器 is a Chrome extension developed by liuxing, and its main feature is "快速生成当前页面二维码,扫码二维码即可访问当前页面".
Extension Screenshots
Download 二维码(QR Code)生成器 Extension CRX File
Download 二维码(QR Code)生成器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Generates a QR Code from the Page URL of the current tab or anything.
Extension Basic Information
Name | 二维码(QR Code)生成器 |
ID | oloanaogkpldoickabibfhcainjimbcl |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81qr-code%E7%94%9F%E6%88%90%E5%99%A8/oloanaogkpldoickabibfhcainjimbcl |
Description | 快速生成当前页面二维码,扫码二维码即可访问当前页面 |
File Size | 20.55 KB |
Installation Count | 321 |
Current Version | 0.1.0 |
Last Updated | 2018-05-04 |
Publish Date | 2018-05-04 |
Rating | 5.00/5 Total 4 Ratings |
Developer | liuxing |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u4e8c\u7ef4\u7801(QR Code)\u751f\u6210\u5668", "version": "0.1.0", "description": "\u5feb\u901f\u751f\u6210\u5f53\u524d\u9875\u9762\u4e8c\u7ef4\u7801\uff0c\u626b\u7801\u4e8c\u7ef4\u7801\u5373\u53ef\u8bbf\u95ee\u5f53\u524d\u9875\u9762", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_title": "\u4e8c\u7ef4\u7801(sQR Code)\u751f\u6210\u5668", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |