Copy URL

Extension for the correct copying of URL address.

Cos'è Copy URL?

Copy URL è un'estensione di Chrome sviluppata da alexander.mospan.dev, e la sua funzione principale è "Extension for the correct copying of URL address.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy URL

Scarica i file di estensione Copy URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Copy URL Copy URL
ID mbhlgdoggkaokbjpdibodimjagkddggb
URL Ufficiale https://chromewebstore.google.com/detail/copy-url/mbhlgdoggkaokbjpdibodimjagkddggb
Descrizione Extension for the correct copying of URL address.
Dimensione del File 28.21 KB
Conteggio Installazioni 0
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-10-21
Data di Pubblicazione 2021-10-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore alexander.mospan.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}