Url QRcode
将网页链接生成二维码
What is Url QRcode?
Url QRcode is a Chrome extension developed by ashukang, and its main feature is "将网页链接生成二维码".
Extension Screenshots
Download Url QRcode Extension CRX File
Download Url 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
方便地将网页地址生成为一个二维码图片,可以在终端上通过微信等工具扫描这个二维码,做到快速地打开这个网页。
Extension Basic Information
Name | Url QRcode |
ID | oaigjaelpcceejpejjancanmjahagikm |
Official URL | https://chromewebstore.google.com/detail/url-qrcode/oaigjaelpcceejpejjancanmjahagikm |
Description | 将网页链接生成二维码 |
File Size | 54.63 KB |
Installation Count | 66 |
Current Version | 1.1 |
Last Updated | 2014-06-23 |
Publish Date | 2014-06-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ashukang |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url QRcode", "manifest_version": 2, "version": "1.1", "description": "\u5c06\u7f51\u9875\u94fe\u63a5\u751f\u6210\u4e8c\u7ef4\u7801", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "Url Qrcode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |