Copy URL

Extension for the correct copying of URL address.

Wat is Copy URL?

Copy URL is een Chrome-extensie ontwikkeld door alexander.mospan.dev, en de belangrijkste functie is "Extension for the correct copying of URL address.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Copy URL

Download Copy URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Copy URL Copy URL
ID mbhlgdoggkaokbjpdibodimjagkddggb
Officiële URL https://chromewebstore.google.com/detail/copy-url/mbhlgdoggkaokbjpdibodimjagkddggb
Beschrijving Extension for the correct copying of URL address.
Bestandsgrootte 28.21 KB
Aantal Installaties 0
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-10-21
Publicatiedatum 2021-10-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar alexander.mospan.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}