QRLink
Generate QR code for any page to allow link sharing from browser to other devices.
What is QRLink?
QRLink is a Chrome extension developed by Rafik Tighilt, and its main feature is "Generate QR code for any page to allow link sharing from browser to other devices.".
Extension Screenshots
Download QRLink Extension CRX File
Download QRLink 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
QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.
Extension Basic Information
Name | QRLink |
ID | lehfdkbjieiagnjphoijdnmoknhegigg |
Official URL | https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg |
Description | Generate QR code for any page to allow link sharing from browser to other devices. |
File Size | 96.83 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2017-10-03 |
Publish Date | 2017-10-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Rafik Tighilt |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QRLink", "short_name": "QRL", "description": "Generate QR code for any page to allow link sharing from browser to other devices.", "version": "1.0", "author": "Rafik TIGHILT", "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html", "default_title": "Generate QRCode for this page" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |