QR Code for URL
This extension shows QR code for the current URL
What is QR Code for URL?
QR Code for URL is a Chrome extension developed by khandaa, and its main feature is "This extension shows QR code for the current URL".
Extension Screenshots
Download QR Code for URL Extension CRX File
Download QR Code for URL 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
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Extension Basic Information
Name | |
ID | occafnjlngbhpeecondimabioglncpbd |
Official URL | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Description | This extension shows QR code for the current URL |
File Size | 5.48 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2017-06-16 |
Publish Date | 2017-06-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | khandaa |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |