URL Copy

This extension will copy the current tab's URL to your clipboard.

What is URL Copy?

URL Copy is a Chrome extension developed by tubaguy50035, and its main feature is "This extension will copy the current tab's URL to your clipboard.".

Download URL Copy Extension CRX File

Download URL 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

                        This extension allows you to copy the URL of your active tab with one click!                    

Extension Basic Information

Name URL Copy URL Copy
ID ipdfpenpabfdkmiegmhmfpoadnbddelj
Official URL https://chrome.google.com/webstore/detail/url-copy/ipdfpenpabfdkmiegmhmfpoadnbddelj
Description This extension will copy the current tab's URL to your clipboard.
File Size 9.95 KB
Installation Count 103
Current Version 1.0
Last Updated 2013-12-11
Publish Date 2013-12-11
Rating 3.67/5 Total 3 Ratings
Developer tubaguy50035
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Copy",
    "description": "This extension will copy the current tab's URL to your clipboard.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "pages": [
            "background.html"
        ]
    },
    "browser_action": {
        "default_title": "",
        "default_icon": "19.png"
    },
    "icons": {
        "128": "icon.png"
    }
}