Copy Image URL

When pressing the copy shortcut key on the image, directly copy the image address, no need to right click

Apa itu Copy Image URL?

Copy Image URL adalah ekstensi Chrome yang dikembangkan oleh huangxiaoyu1018, dan fitur utamanya adalah "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Copy Image URL

Unduh file ekstensi Copy Image URL 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 image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.                    

Informasi Dasar Ekstensi

Nama Copy Image URL Copy Image URL
ID ddembjalhjiblnlfifeldhohmigachhh
URL Resmi https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh
Deskripsi When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
Ukuran File 3.4 KB
Jumlah Instalasi 79
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-07-25
Tanggal Publikasi 2023-07-24
Penilaian 1.00/5 Total 1 Penilaian
Pengembang huangxiaoyu1018
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Image URL",
    "version": "1.0",
    "description": "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click",
    "permissions": [
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}