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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |