AliExpress Search By Image
Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!
AliExpress Search By Imageとは何ですか?
AliExpress Search By Imageはhttps://aliseeks.comによって開発されたChromeの拡張機能で、その主な機能は「Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search!」です。
拡張機能のスクリーンショット
AliExpress Search By Image拡張機能のCRXファイルをダウンロード
AliExpress Search By Image拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search AliExpress by Image, does not redirect to Google like all other chrome extensions, actually performs an image search on AliExpress. Very easy to use, just right click on an Image and click "Search AliExpress By Image" . * Install the chrome extension * Find any image and right click "Search AliExpress By Image" * Browse through results on Aliseeks. * Click on products and view them on AliExpress. Super easy to use! If you have any problems, issues, or questions, feel free to contact us at [email protected] ! Enjoy!
拡張機能の基本情報
名前 | AliExpress Search By Image |
ID | cpodebcggidjigndghagpkepglfbhali |
公式URL | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/cpodebcggidjigndghagpkepglfbhali |
説明 | Search products on AliExpress by image. Does not redirect to Google like other extensions! Right click and search! |
ファイルサイズ | 46.05 KB |
インストール数 | 177,197 |
現在のバージョン | 1.0.0.4 |
最終更新日 | 2019-08-19 |
公開日 | 2019-08-18 |
評価 | 3.80/5 合計 54 レビュー |
開発者 | https://aliseeks.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.aliseeks.com |
ヘルプページのURL | https://www.aliseeks.com |
対応言語 | en,en-GB,en-US,fr,nl,tr,es,it,pl,pt-BR,pt-PT,ru,iw,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDescription__", "default_locale": "en", "version": "1.0.0.4", "author": "Alex Bello", "background": { "scripts": [ "src\/environment.js", "src\/backgroundContextMenus.js", "src\/utilityFunctions.js" ], "persistent": false }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Aliexpress Search By Image | Does not search Google" }, "chrome_url_overrides": [], "permissions": [ "contextMenus" ], "icons": { "16": "tab-icon.png", "48": "tab-icon.png", "128": "tab-icon.png" } } |