View Image

Adds View Image button to Google Image

ما هو View Image؟

View Image هو إضافة Chrome تم تطويرها بواسطة clicktorelease، والميزة الرئيسية لها هي "Adds View Image button to Google Image".

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

screenshot

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

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

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

                        Adds View Image button to Google Images results page                    

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

الاسم View Image View Image
ID fppaoiplkkobagjjhckoloinfbmfgono
عنوان URL الرسمي https://chrome.google.com/webstore/detail/view-image/fppaoiplkkobagjjhckoloinfbmfgono
الوصف Adds View Image button to Google Image
حجم الملف 3.35 KB
عدد التثبيتات 1,000
النسخة الحالية 1.0.4
آخر تحديث 2018-02-27
تاريخ النشر 2018-02-27
تقييم 3.29/5 مجموع تقييمات 7
المطور clicktorelease
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/spite/google-images-view-image-button
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "View Image",
    "description": "Adds View Image button to Google Image",
    "version": "1.0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}