URL to QRCode
get the qrcode of current url
What is URL to QRCode?
URL to QRCode is a Chrome extension developed by zhihuzeye, and its main feature is "get the qrcode of current url".
Extension Screenshots
Download URL to QRCode Extension CRX File
Download URL to 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
The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply. 最快的二维码生成器; 快速获取当前页面地址的二维码。
Extension Basic Information
Name | URL to QRCode |
ID | hbgipmdmmhiicemlmjglcepdpkodgcpe |
Official URL | https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe |
Description | get the qrcode of current url |
File Size | 32.12 KB |
Installation Count | 158 |
Current Version | 1.1 |
Last Updated | 2014-08-15 |
Publish Date | 2014-08-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zhihuzeye |
Payment Type | free |
Extension Website | https://github.com/imyelo/chrome-url-to-qrcode |
Help Page URL | https://github.com/imyelo/chrome-url-to-qrcode/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRCode", "version": "1.1", "description": "get the qrcode of current url", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "URL to QRCode", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |