Search Similar Goods by Image
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Qu'est-ce que Search Similar Goods by Image ?
Search Similar Goods by Image est une extension Chrome développée par wei.qi.nick, et sa fonction principale est "Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Similar Goods by Image
Téléchargez les fichiers d'extension Search Similar Goods by Image au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image.
Informations de Base sur l'Extension
Nom | |
ID | dfoldfdekjnngahmljpibhbnddclfkcj |
URL Officiel | https://chromewebstore.google.com/detail/search-similar-goods-by-i/dfoldfdekjnngahmljpibhbnddclfkcj |
Description | Find the same or similar products at Ebay, Amazon or AliExpress by right-clicking the image. |
Taille du Fichier | 37.12 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.3.3 |
Dernière Mise à Jour | 2020-06-14 |
Date de Publication | 2020-06-13 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | wei.qi.nick |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |