二维码生成器(QRcode)
二维码生成器,再也不用手写输入超长URL了
What is 二维码生成器(QRcode)?
二维码生成器(QRcode) is a Chrome extension developed by willhu, and its main feature is "二维码生成器,再也不用手写输入超长URL了".
Extension Screenshots
Download 二维码生成器(QRcode) Extension CRX File
Download 二维码生成器(QRcode) 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
二维码生成器,再也不用手写输入超长URL了。 点击一下即可生成URL的二维码。 同时支持生成指定链接二维码。 小伙伴们是不是觉得很方便呢?^_^
Extension Basic Information
Name | 二维码生成器(QRcode) |
ID | bpgmmgpjbdfehjohlolfcbggmgfinnen |
Official URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8qrcode/bpgmmgpjbdfehjohlolfcbggmgfinnen |
Description | 二维码生成器,再也不用手写输入超长URL了 |
File Size | 43.53 KB |
Installation Count | 93 |
Current Version | 1.3 |
Last Updated | 2019-03-19 |
Publish Date | 2019-03-18 |
Developer | willhu |
Payment Type | free |
Extension Website | https://github.com/willhu85/qrcode |
Help Page URL | https://github.com/willhu85/qrcode |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668(QRcode)", "version": "1.3", "manifest_version": 2, "description": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668\uff0c\u518d\u4e5f\u4e0d\u7528\u624b\u5199\u8f93\u5165\u8d85\u957fURL\u4e86", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_popup": "index.html" }, "permissions": [ "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "jquery.qrcode.min.js" ] } ] } |