Image Searcher
Search similar image by "Google search by Image".
Co to jest Image Searcher?
Image Searcher to rozszerzenie Chrome opracowane przez quoctrinh.dev, a jego główną funkcją jest „Search similar image by "Google search by Image".”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Searcher
Pobierz pliki rozszerzeń Image Searcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Search similar image by "Google search by Image". You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.
Podstawowe informacje o rozszerzeniu
Nazwa | Image Searcher |
ID | fdlbedhogoojcdcjmjpipjonabaoidlj |
Oficjalny URL | https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj |
Opis | Search similar image by "Google search by Image". |
Rozmiar pliku | 45.28 KB |
Liczba instalacji | 2,383 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2023-11-17 |
Data Publikacji | 2017-03-17 |
Ocena | 4.00/5 Łącznie 7 Oceny |
Deweloper | quoctrinh.dev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ], "name": "Image Searcher", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icons\/is_128.png", "48": "icons\/is_48.png", "16": "icons\/is_16.png" }, "manifest_version": 2, "version": "1.5", "background": { "scripts": [ "src\/bg\/background.js" ] }, "permissions": [ "contextMenus", "storage" ], "description": "Search similar image by \"Google search by Image\"." } |