Copy URL

Extension for the correct copying of URL address.

What is Copy URL?

Copy URL is a Chrome extension developed by alexander.mospan.dev, and its main feature is "Extension for the correct copying of URL address.".

Extension Screenshots

screenshot

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

                        Copy URL allows to copy URL addresses containing characters of national alphabets.                    

Extension Basic Information

Name Copy URL Copy URL
ID mbhlgdoggkaokbjpdibodimjagkddggb
Official URL https://chromewebstore.google.com/detail/copy-url/mbhlgdoggkaokbjpdibodimjagkddggb
Description Extension for the correct copying of URL address.
File Size 28.21 KB
Installation Count 0
Current Version 1.0.0
Last Updated 2021-10-21
Publish Date 2021-10-21
Rating 5.00/5 Total 1 Ratings
Developer alexander.mospan.dev
Email [email protected]
Payment Type free
Supported Languages en,fr,ru,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "page_action": {
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_title": "__MSG_button_title__"
    },
    "permissions": [
        "clipboardWrite",
        "activeTab"
    ],
    "short_name": "copyurl",
    "version": "1.0.0"
}