Reverse Image Search
Right click on an image and find it's origin in Google image search.
Reverse Image Searchとは何ですか?
Reverse Image Searchはdejan-toolsによって開発されたChromeの拡張機能で、その主な機能は「Right click on an image and find it's origin in Google image search.」です。
拡張機能のスクリーンショット
Reverse Image Search拡張機能のCRXファイルをダウンロード
Reverse Image Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search by image! Reverse image search extension allows you to search Google by image. Right-click on an image and discover where else it has been used of find it's origin. This tool is powered by Google Image Search. 拡張機能の基本情報
| 名前 | |
| ID | pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
| 公式URL | https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
| 説明 | Right click on an image and find it's origin in Google image search. |
| ファイルサイズ | 16.08 KB |
| インストール数 | 8,124 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2021-12-10 |
| 公開日 | 2019-08-27 |
| 評価 | 4.13/5 合計 55 レビュー |
| 開発者 | dejan-tools |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://dejanmarketing.com/ |
| ヘルプページのURL | https://dejanmarketing.com/contact-us/ |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"description": "Right click on an image and find it's origin in Google image search.",
"homepage_url": "http:\/\/dejanseo.com.au\/",
"icons": {
"128": "icon128.png"
},
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCY873Fd1ueWiyDchlkGnYF7tA9OerstLa0twHi34nUMY2bW6G0HCHznD0ElCTBWb+1sJirPWT8bBZk3xMYsBK5O2s7UaQ6\/QE2HGwiHkzgh6YiZm+yPvPy\/6\/vkspPwLhSYFX0IQX6WDsU3MnWq2SJmZRUgmH0xCQFq8Nkf5G2QIDAQAB",
"manifest_version": 3,
"name": "Reverse Image Search",
"permissions": [
"contextMenus"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.1"
} | |