Reverse Image Search
Search similar images in the WEB from context menu
什麼是Reverse Image Search?
Reverse Image Search是由Romkaq開發的Chrome擴展程式,該擴展的主要功能是“Search similar images in the WEB from context menu”。
擴展截圖
下載Reverse Image Search擴展crx文件
下載Reverse Image Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Reverse Image Search. You can find out who stole your pictures. Find similar images in most popular search engines right from context menu! Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.
擴展基本資訊
名稱 | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
官方網址 | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
簡介 | Search similar images in the WEB from context menu |
檔案大小 | 31.03 KB |
安裝次數 | 661 |
目前版本 | 1.2 |
更新時間 | 2022-05-03 |
上架時間 | 2021-05-29 |
評分 | 3.40/5 共 5 次評分 |
開發者 | Romkaq |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://rq-dev.github.io/chrome-extensions-privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reverse Image Search", "description": "Search similar images in the WEB from context menu", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "search.js" ] }, "icons": { "128": "icon128.png" } } |