Search Google Image

Search Google Image for the selected text

Apa itu Search Google Image?

Search Google Image adalah ekstensi Chrome yang dikembangkan oleh Quy Nguyen, dan fitur utamanya adalah "Search Google Image for the selected text".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Search Google Image

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

                        Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

Informasi Dasar Ekstensi

Nama Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
URL Resmi https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Deskripsi Search Google Image for the selected text
Ukuran File 111 KB
Jumlah Instalasi 1,678
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-01-01
Tanggal Publikasi 2018-01-01
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Quy Nguyen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}