Find Images

Quickly find images from selected text

Apa itu Find Images?

Find Images adalah ekstensi Chrome yang dikembangkan oleh Michael Kofron, dan fitur utamanya adalah "Quickly find images from selected text".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Find Images

Unduh file ekstensi Find Images 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

                        Find Images adds a "Find Image" functionality to the context menu when text is selected/highlighted and right-clicked. This extension makes searching Google Images, Imgur, Flickr, or Getty Images one click faster, which could potentially save an incredible amount of time if this action occurs often (as it does for most web users). The different platform searches provided offer different selections of images. For example, searching with Getty Images returns stock photos.                    

Informasi Dasar Ekstensi

Nama Find Images Find Images
ID fpmncbklomdknphhhngpcoloaehnnfcf
URL Resmi https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf
Deskripsi Quickly find images from selected text
Ukuran File 21.97 KB
Jumlah Instalasi 51
Versi Saat Ini 1.3
Terakhir Diperbarui 2020-02-25
Tanggal Publikasi 2020-02-25
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Michael Kofron
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Images",
    "description": "Quickly find images from selected text",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}