Find Images
Quickly find images from selected text
Find Imagesとは何ですか?
Find ImagesはMichael Kofronによって開発されたChromeの拡張機能で、その主な機能は「Quickly find images from selected text」です。
拡張機能のスクリーンショット
Find Images拡張機能のCRXファイルをダウンロード
Find Images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Find Images |
ID | fpmncbklomdknphhhngpcoloaehnnfcf |
公式URL | https://chromewebstore.google.com/detail/find-images/fpmncbklomdknphhhngpcoloaehnnfcf |
説明 | Quickly find images from selected text |
ファイルサイズ | 21.97 KB |
インストール数 | 51 |
現在のバージョン | 1.3 |
最終更新日 | 2020-02-25 |
公開日 | 2020-02-25 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Michael Kofron |
支払い方法 | free |
対応言語 | 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 } } |