Copy Image URL

Copy image source URLs from Google image search

ما هو Copy Image URL؟

Copy Image URL هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Copy image source URLs from Google image search".

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

screenshot

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

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

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

                        This extension allows you to copy an image source URL from the Google image search results                    

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

الاسم Copy Image URL Copy Image URL
ID okellkdngnddldceghgglinloadinfgg
عنوان URL الرسمي https://chromewebstore.google.com/detail/copy-image-url/okellkdngnddldceghgglinloadinfgg
الوصف Copy image source URLs from Google image search
حجم الملف 39.65 KB
عدد التثبيتات 1,468
النسخة الحالية 1.2
آخر تحديث 2020-04-27
تاريخ النشر 2020-04-27
تقييم 5.00/5 مجموع تقييمات 4
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/hooblei/cisu
عنوان صفحة المساعدة https://github.com/hooblei/cisu
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Image URL",
    "version": "1.2",
    "description": "Copy image source URLs from Google image search",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "cisu.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}