Find Images
Quickly find images from selected text
Co to jest Find Images?
Find Images to rozszerzenie Chrome opracowane przez Michael Kofron, a jego główną funkcją jest „Quickly find images from selected text”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Find Images
Pobierz pliki rozszerzeń Find Images 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
Oficjalny URL | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
Opis | Quickly find images from selected text |
Rozmiar pliku | 21.97 KB |
Liczba instalacji | 51 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2020-02-25 |
Data Publikacji | 2020-02-25 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Michael Kofron |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |