Copy Cyrilic URLs

Extension will copy URLs with cyrilic characters.

What is Copy Cyrilic URLs?

Copy Cyrilic URLs is a Chrome extension developed by Simandoff, and its main feature is "Extension will copy URLs with cyrilic characters.".

Download Copy Cyrilic URLs Extension CRX File

Download Copy Cyrilic URLs 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 will allow you to copy the URL content of a tab without changing special characters, like Cyrillic chars or special encoded URL chars.                    

Extension Basic Information

Name Copy Cyrilic URLs Copy Cyrilic URLs
ID alnknpnpinldhpkjkgobkalmoaeolhnf
Official URL https://chromewebstore.google.com/detail/copy-cyrilic-urls/alnknpnpinldhpkjkgobkalmoaeolhnf
Description Extension will copy URLs with cyrilic characters.
File Size 9.27 KB
Installation Count 931
Current Version 1.0
Last Updated 2013-05-21
Publish Date 2013-05-21
Rating 3.67/5 Total 18 Ratings
Developer Simandoff
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Cyrilic URLs",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Extension will copy URLs with cyrilic characters.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "copy-icon-16.png",
        "default_title": "Copy URL decoded. Will keep the cyrilic characters and special symbols as are.",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "copy-icon-16.png",
        "24": "copy-icon-24.png",
        "32": "copy-icon-32.png",
        "48": "copy-icon-48.png",
        "128": "copy-icon-128.png"
    },
    "permissions": [
        "clipboardWrite",
        "tabs"
    ]
}