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

                        This extension will decode the link url copied from a webpage to the clipboard and update the clipboard with the decoded url.  Can be used to quickly get the pretty version of a URL link.                    

Informasi Dasar Ekstensi

Nama Copy URL text Copy URL text
ID ihdpldgbcefimodimfdjhbhnanpocgfj
URL Resmi https://chromewebstore.google.com/detail/copy-url-text/ihdpldgbcefimodimfdjhbhnanpocgfj
Deskripsi A tool to decode URL when copying links from a web page.
Ukuran File 3.5 KB
Jumlah Instalasi 43
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2018-12-06
Tanggal Publikasi 2018-11-30
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.1",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "oncopy.js"
            ]
        }
    ]
}