二维码(QR码)生成器(QR Code Generator)
可以生成当前页面二维码,手机直接扫二维码就可以访问当前页面
What is 二维码(QR码)生成器(QR Code Generator)?
二维码(QR码)生成器(QR Code Generator) is a Chrome extension developed by [email protected], and its main feature is "可以生成当前页面二维码,手机直接扫二维码就可以访问当前页面".
Extension Screenshots
Download 二维码(QR码)生成器(QR Code Generator) Extension CRX File
Download 二维码(QR码)生成器(QR Code Generator) 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
使用此插件可以生成当前网址的二维码,手机直接扫二维码就可以访问当前页面 版本2.2 由于部分网站,比如淘宝的url非常的长,所以再次扩大二维码大小。 版本2.1 由于2.0里生成的二维码太小导致二维码软件识别困难,所以在2.1里将其放大
Extension Basic Information
Name | 二维码(QR码)生成器(QR Code Generator) |
ID | pflgjjogbmmcmfhfcnlohagkablhbpmg |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81qr%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8qr-code-generato/pflgjjogbmmcmfhfcnlohagkablhbpmg |
Description | 可以生成当前页面二维码,手机直接扫二维码就可以访问当前页面 |
File Size | 94.16 KB |
Installation Count | 33,248 |
Current Version | 2.2 |
Last Updated | 2016-06-01 |
Publish Date | 2016-06-01 |
Rating | 4.58/5 Total 125 Ratings |
Developer | [email protected] |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e8c\u7ef4\u7801(QR\u7801)\u751f\u6210\u5668(QR Code Generator)", "version": "2.2", "manifest_version": 2, "description": "\u53ef\u4ee5\u751f\u6210\u5f53\u524d\u9875\u9762\u4e8c\u7ef4\u7801,\u624b\u673a\u76f4\u63a5\u626b\u4e8c\u7ef4\u7801\u5c31\u53ef\u4ee5\u8bbf\u95ee\u5f53\u524d\u9875\u9762", "background": "background.html", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "http:\/\/*\/*\/*" ] } |