Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
Apa itu Quick Image Search?
Quick Image Search adalah ekstensi Chrome yang dikembangkan oleh https://maar-ten.github.io/Quick-Image-Search, dan fitur utamanya adalah "Right click an image or some selected text and use that for a secure search using Google Images.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick Image Search
Unduh file ekstensi Quick 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
Seen an image on a website and you'd like to know who or what it is? Found someone's name and you like to know what that person looks like? After installing this extension there will be a new entry in the context menu (right-click menu) when an image or some selected text is right-clicked. Selecting this menu option will start a secure Google Image search via HTTPS. Release notes: - 2022-12-11 v4.0: Reverse image search now uses Google Lens. Google Images does not support reverse image search anymore.
Informasi Dasar Ekstensi
Nama | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
URL Resmi | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
Deskripsi | Right click an image or some selected text and use that for a secure search using Google Images. |
Ukuran File | 27.89 KB |
Jumlah Instalasi | 31,202 |
Versi Saat Ini | 4.0 |
Terakhir Diperbarui | 2023-11-20 |
Tanggal Publikasi | 2019-04-24 |
Penilaian | 4.10/5 Total 21 Penilaian |
Pengembang | https://maar-ten.github.io/Quick-Image-Search |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/maar-ten/QuickImageSearch#readme |
URL Halaman Bantuan | https://github.com/maar-ten/QuickImageSearch/issues |
Bahasa yang Didukung | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "4.0", "minimum_chrome_version": "88", "default_locale": "en", "description": "__MSG_appDescription__", "permissions": [ "contextMenus" ], "icons": { "128": "icons\/icon-128.png", "16": "icons\/icon-16.png", "48": "icons\/icon-48.png" }, "background": { "service_worker": "service-worker.js" } } |