Search Similar Goods by Image
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
O que é Search Similar Goods by Image?
Search Similar Goods by Image é uma extensão do Chrome desenvolvida por wei.qi.nick, e sua principal característica é "Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Search Similar Goods by Image
Baixe arquivos de extensão Search Similar Goods by Image no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Informações Básicas da Extensão
Nome | |
ID | dfoldfdekjnngahmljpibhbnddclfkcj |
URL Oficial | https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj |
Descrição | Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image. |
Tamanho do Arquivo | 37.12 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.3.3 |
Última Atualização | 2020-06-14 |
Data de Publicação | 2020-06-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | wei.qi.nick |
Tipo de Pagamento | free |
Idiomas Suportados | id,en,fr,es,pt-BR,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.3.3", "manifest_version": 2, "default_locale": "en", "icons": { "16": "build\/logo_16.png", "48": "build\/logo_48.png", "128": "build\/logo_128.png" }, "background": { "scripts": [ "build\/main.js", "build\/context_menus.js" ] }, "web_accessible_resources": [ "build\/*" ], "permissions": [ "tabs", "contextMenus" ] } |