Copy URL text

A tool to decode URL when copying links from a web page.

Apa itu Copy URL text?

Copy URL text adalah ekstensi Chrome yang dikembangkan oleh dave.waters89, dan fitur utamanya adalah "A tool to decode URL when copying links from a web page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy URL text

Unduh file ekstensi Copy URL text dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        When copying a URL the app will replace the data in the clipboard with the decoded URL, ready for pasting.                    

Informasi Dasar Ekstensi

Nama Copy URL text Copy URL text
ID hdgelchllommgmclkoobnphdloeaabab
URL Resmi https://chromewebstore.google.com/detail/copy-url-text/hdgelchllommgmclkoobnphdloeaabab
Deskripsi A tool to decode URL when copying links from a web page.
Ukuran File 3.48 KB
Jumlah Instalasi 24
Versi Saat Ini 0.0.0.2
Terakhir Diperbarui 2018-12-04
Tanggal Publikasi 2018-12-04
Pengembang dave.waters89
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL text",
    "description": "A tool to decode URL when copying links from a web page.",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/myteams.toyota.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/myteams.toyota.com\/*"
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}