Quick Copy

Scan QR Code to copy URL

What is Quick Copy?

Quick Copy is a Chrome extension developed by Tushar Potdar, and its main feature is "Scan QR Code to copy URL".

Extension Screenshots

screenshot

Download Quick Copy Extension CRX File

Download Quick Copy 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

                        Stop manually typing URL in phone !!

Use "Quick Copy".. 

"Quick Copy" Extension generates QR code of current open tab.
Just have to scan QR code and it will Copy/open URL.

Note :
-For iPhone users camera will scan QR code automatically.

-For Android users need to install QR Code scanner, If scanning feature is not available by default.                    

Extension Basic Information

Name Quick Copy Quick Copy
ID clmjlfeedlkeelhednjdeofdeohpblhp
Official URL https://chromewebstore.google.com/detail/quick-copy/clmjlfeedlkeelhednjdeofdeohpblhp
Description Scan QR Code to copy URL
File Size 157 KB
Installation Count 98
Current Version 1.0
Last Updated 2018-01-14
Publish Date 2018-01-13
Rating 5.00/5 Total 3 Ratings
Developer Tushar Potdar
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Copy",
    "description": "Scan QR Code to copy URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "QRL.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}