Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
What is Copy URL?
Copy URL is a Chrome extension developed by viveksinghggits, and its main feature is "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
Extension Screenshots
Download Copy URL Extension CRX File
Download Copy 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 can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
Extension Basic Information
Name | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
Official URL | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
Description | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
File Size | 8.12 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2018-06-09 |
Publish Date | 2018-06-09 |
Developer | viveksinghggits |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |