Direct URL to QR Code
Generate QR Code From current URL
What is Direct URL to QR Code?
Direct URL to QR Code is a Chrome extension developed by chanreal, and its main feature is "Generate QR Code From current URL".
Extension Screenshots
Download Direct URL to QR Code Extension CRX File
Download Direct URL to 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
Share your current URL with mobile phone using QR Code by one click.
Extension Basic Information
Name | Direct URL to QR Code |
ID | dmjngnlocikcdplcdhcglehjajmbdhlg |
Official URL | https://chromewebstore.google.com/detail/direct-url-to-qr-code/dmjngnlocikcdplcdhcglehjajmbdhlg |
Description | Generate QR Code From current URL |
File Size | 52.62 KB |
Installation Count | 2,278 |
Current Version | 1.2.4 |
Last Updated | 2021-04-29 |
Publish Date | 2013-01-11 |
Rating | 4.12/5 Total 17 Ratings |
Developer | chanreal |
chanreal@gmail.com | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Direct URL to QR Code", "version": "1.2.4", "manifest_version": 2, "description": "Generate QR Code From current URL", "browser_action": { "default_title": "Generate QR Code From current URL", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |