Reverse Image Search

Easily reverse image search with Google image search

Apa itu Reverse Image Search?

Reverse Image Search adalah ekstensi Chrome yang dikembangkan oleh https://roei.stream, dan fitur utamanya adalah "Easily reverse image search with Google image search".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reverse Image Search

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

                        Easily reverse image search directly from the context menu.
Right-click with your mouse on any image to preform reverse image search.

What to find more resolutions for an image?
Want to see where an image is used?
Want to look for similar images?

Google reverse search is a great tool for that, and this extension makes it much easier to use!                    

Informasi Dasar Ekstensi

Nama Reverse Image Search Reverse Image Search
ID jhppeidklkhfdbgmphjcgnflbaappjfk
URL Resmi https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk
Deskripsi Easily reverse image search with Google image search
Ukuran File 49.97 KB
Jumlah Instalasi 219
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-10-20
Tanggal Publikasi 2019-10-20
Pengembang https://roei.stream
Tipe Pembayaran free
Situs Ekstensi https://roei.stream
URL Halaman Bantuan https://roei.stream/support/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Easily reverse image search with Google image search",
    "short_name": "Image Search",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "background": {
        "scripts": [
            "reverse.js"
        ]
    }
}