Copy hyperlink as Edge does

Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].

Apa itu Copy hyperlink as Edge does?

Copy hyperlink as Edge does adalah ekstensi Chrome yang dikembangkan oleh zxylost, dan fitur utamanya adalah "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Copy hyperlink as Edge does

Unduh file ekstensi Copy hyperlink as Edge does 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

                        Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].                    

Informasi Dasar Ekstensi

Nama Copy hyperlink as Edge does Copy hyperlink as Edge does
ID pindpfknjjhmjdpgpfdempcnheecfkah
URL Resmi https://chromewebstore.google.com/detail/copy-hyperlink-as-edge-do/pindpfknjjhmjdpgpfdempcnheecfkah
Deskripsi Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].
Ukuran File 10.83 KB
Jumlah Instalasi 26
Versi Saat Ini 0.1
Terakhir Diperbarui 2023-06-18
Tanggal Publikasi 2023-06-18
Pengembang zxylost
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "copyurlwithtitle.js",
                "toast.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Copy hyperlink as Edge does, just press Ctrl-C\/Cmd-C in the web page.\nDerived from [Copy url with title].",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "Copy hyperlink as Edge does",
    "short_name": "Copy hyperlink as Edge does",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1"
}