Reverse Image Search
Adds an option to the context menu to reverse search an image on various services
什麼是Reverse Image Search?
Reverse Image Search是由Brawl開發的Chrome擴展程式,該擴展的主要功能是“Adds an option to the context menu to reverse search an image on various services”。
擴展截圖
下載Reverse Image Search擴展crx文件
下載Reverse Image Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds an option to the context menu to search with an image on Google, Bing, Yandex, TinEye, SauceNAO, IQDB or custom search engines with your own URL. If you choose more than one search engine, they will all be shown in a handy submenu! If more than one search engine is selected, a new entry "Open All" will also be shown. You can even choose the tab behaviour that suits your needs! Submit translations to the GitHub repo: https://github.com/Brawl345/Image-Reverse-Search-WebExtension Icon made by "Madebyoliver" from www.flaticon.com
擴展基本資訊
名稱 | Reverse Image Search |
ID | cdgbjhkjjghbjjikgjkkpljlmnpcakco |
官方網址 | https://chromewebstore.google.com/detail/reverse-image-search/cdgbjhkjjghbjjikgjkkpljlmnpcakco |
簡介 | Adds an option to the context menu to reverse search an image on various services |
檔案大小 | 91.63 KB |
安裝次數 | 4,516 |
目前版本 | 4.1.2 |
更新時間 | 2022-11-14 |
上架時間 | 2020-06-08 |
評分 | 4.44/5 共 18 次評分 |
開發者 | Brawl |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Brawl345/Image-Reverse-Search-WebExtension |
支援的語言 | de,en,fr,tr,es,pt-BR,sv,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Andreas Bielawski", "version": "4.1.2", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "build\/service-worker\/service-worker.js", "type": "module" }, "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "content_security_policy": { "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:" }, "permissions": [ "contextMenus", "storage" ] } |