Search Similar Goods by Image
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Vad är Search Similar Goods by Image?
Search Similar Goods by Image är en Chrome-tillägg utvecklad av wei.qi.nick, och dess huvudfunktion är "Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.".
Tilläggsskärmbilder
Ladda ner Search Similar Goods by Image-förlängningens CRX-fil
Ladda ner Search Similar Goods by Image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Grundläggande Information om Tillägg
Namn | |
ID | dfoldfdekjnngahmljpibhbnddclfkcj |
Officiell webbadress | https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj |
Beskrivning | Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image. |
Filstorlek | 37.12 KB |
Antal Installationer | 2,000 |
Aktuell Version | 1.3.3 |
Senast Uppdaterad | 2020-06-14 |
Publiceringsdatum | 2020-06-13 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | wei.qi.nick |
Betalningssätt | free |
Stödda Språk | 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" ] } |