Google View Image - Viewpix

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

Apa itu Google View Image - Viewpix?

Google View Image - Viewpix adalah ekstensi Chrome yang dikembangkan oleh http://viewpix.co, dan fitur utamanya adalah "View & Download Google images in one click. Bring back Google's "view image" button".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Google View Image - Viewpix

Unduh file ekstensi Google View Image - Viewpix 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

                        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                    

Informasi Dasar Ekstensi

Nama Google View Image - Viewpix Google View Image - Viewpix
ID kikihdapidjhcbedbbmgnkdhgmboejki
URL Resmi https://chrome.google.com/webstore/detail/google-view-image-viewpix/kikihdapidjhcbedbbmgnkdhgmboejki
Deskripsi View & Download Google images in one click. Bring back Google's "view image" button
Ukuran File 89.83 KB
Jumlah Instalasi 355
Versi Saat Ini 0.24
Terakhir Diperbarui 2018-03-19
Tanggal Publikasi 2018-03-19
Penilaian 4.13/5 Total 16 Penilaian
Pengembang http://viewpix.co
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://viewpix.co/privacy_policy.html
Bahasa yang Didukung 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": []
}