Google View Image - Viewpix

View & Download Google images in one click. Bring back Google's "view image" button

ما هو Google View Image - Viewpix؟

Google View Image - Viewpix هو إضافة Chrome تم تطويرها بواسطة http://viewpix.co، والميزة الرئيسية لها هي "View & Download Google images in one click. Bring back Google's "view image" button".

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

screenshot
screenshot

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

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

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

                        Viewpix allows you to bring back the "view image" button from google.

Here is the summary of the features-
 - view image
 - download image
 - download multiple images
 - clean interface
 - integrated design
 - select image quality (coming soon)

Privacy Policy - http://viewpix.co/privacy_policy.html                    

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

الاسم Google View Image - Viewpix Google View Image - Viewpix
ID kikihdapidjhcbedbbmgnkdhgmboejki
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-view-image-viewpix/kikihdapidjhcbedbbmgnkdhgmboejki
الوصف View & Download Google images in one click. Bring back Google's "view image" button
حجم الملف 89.83 KB
عدد التثبيتات 355
النسخة الحالية 0.24
آخر تحديث 2018-03-19
تاريخ النشر 2018-03-19
تقييم 4.13/5 مجموع تقييمات 16
المطور http://viewpix.co
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة http://viewpix.co/privacy_policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google View Image - Viewpix",
    "short_name": "Viewpix for Google Images",
    "description": "View & Download Google images in one click. Bring back Google's \"view image\" button   ",
    "version": "0.24",
    "icons": {
        "16": "viewpixicon16.png",
        "48": "viewpixicon48.png",
        "128": "viewpixicon128.png",
        "256": "viewpixicon256.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.inonapp.in\/ https:\/\/*.viewpix.co; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "bootstrap.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "viewpixicon64.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": []
}