Get Link
Create a QRcode for the URL to open in other devices
What is Get Link?
Get Link is a Chrome extension developed by Unknown, and its main feature is "Create a QRcode for the URL to open in other devices".
Extension Screenshots
Download Get Link Extension CRX File
Download Get Link 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 of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone.
Extension Basic Information
Name | Get Link |
ID | bknagdmankilmkenflkobkobmdeakcic |
Official URL | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
Description | Create a QRcode for the URL to open in other devices |
File Size | 67.66 KB |
Installation Count | 622 |
Current Version | 1.0.0 |
Last Updated | 2019-09-17 |
Publish Date | 2019-09-17 |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Link", "description": "Create a QRcode for the URL to open in other devices", "version": "1.0.0", "icons": { "128": "logo-128x128.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |