Image Searcher
Search similar image by "Google search by Image".
什麼是Image Searcher?
Image Searcher是由quoctrinh.dev開發的Chrome擴展程式,該擴展的主要功能是“Search similar image by "Google search by Image".”。
擴展截圖
下載Image Searcher擴展crx文件
下載Image Searcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Search similar image by "Google search by Image". You can use seach button in bottom-left corner of a picture or use menu item in context menu to seach a image.
擴展基本資訊
名稱 | Image Searcher |
ID | fdlbedhogoojcdcjmjpipjonabaoidlj |
官方網址 | https://chromewebstore.google.com/detail/image-searcher/fdlbedhogoojcdcjmjpipjonabaoidlj |
簡介 | Search similar image by "Google search by Image". |
檔案大小 | 45.28 KB |
安裝次數 | 2,383 |
目前版本 | 1.5 |
更新時間 | 2023-11-17 |
上架時間 | 2017-03-17 |
評分 | 4.00/5 共 7 次評分 |
開發者 | quoctrinh.dev |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "run_at": "document_idle" } ], "name": "Image Searcher", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icons\/is_128.png", "48": "icons\/is_48.png", "16": "icons\/is_16.png" }, "manifest_version": 2, "version": "1.5", "background": { "scripts": [ "src\/bg\/background.js" ] }, "permissions": [ "contextMenus", "storage" ], "description": "Search similar image by \"Google search by Image\"." } |