Copy Image URL

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

ما هو Copy Image URL؟

Copy Image URL هو إضافة Chrome تم تطويرها بواسطة huangxiaoyu1018، والميزة الرئيسية لها هي "When pressing the copy shortcut key on the image, directly copy the image address, no need to right click".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Copy Image URL

قم بتنزيل ملفات الامتداد Copy Image URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Copy image address without right-clicking, just hover the image and hit Ctrl+C / Cmd+C.                    

معلومات أساسية عن التمديد

الاسم Copy Image URL Copy Image URL
ID ddembjalhjiblnlfifeldhohmigachhh
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-image-url/ddembjalhjiblnlfifeldhohmigachhh
الوصف When pressing the copy shortcut key on the image, directly copy the image address, no need to right click
حجم الملف 3.4 KB
عدد التثبيتات 79
النسخة الحالية 1.0
آخر تحديث 2023-07-25
تاريخ النشر 2023-07-24
تقييم 1.00/5 مجموع تقييمات 1
المطور huangxiaoyu1018
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}