Quick Image Search
Right click an image or some selected text and use that for a secure search using Google Images.
Quick Image Searchとは何ですか?
Quick Image Searchはhttps://maar-ten.github.io/Quick-Image-Searchによって開発されたChromeの拡張機能で、その主な機能は「Right click an image or some selected text and use that for a secure search using Google Images.」です。
拡張機能のスクリーンショット
Quick Image Search拡張機能のCRXファイルをダウンロード
Quick Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Quick Image Search |
ID | ihbfgploaolhdcfohgmkgeelahfghngd |
公式URL | https://chromewebstore.google.com/detail/quick-image-search/ihbfgploaolhdcfohgmkgeelahfghngd |
説明 | Right click an image or some selected text and use that for a secure search using Google Images. |
ファイルサイズ | 27.89 KB |
インストール数 | 31,202 |
現在のバージョン | 4.0 |
最終更新日 | 2023-11-20 |
公開日 | 2019-04-24 |
評価 | 4.10/5 合計 21 レビュー |
開発者 | https://maar-ten.github.io/Quick-Image-Search |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/maar-ten/QuickImageSearch#readme |
ヘルプページのURL | https://github.com/maar-ten/QuickImageSearch/issues |
対応言語 | 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" } } |