AliExpress Search by Image and Download
Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.
AliExpress Search by Image and Downloadとは何ですか?
AliExpress Search by Image and Downloadはokによって開発されたChromeの拡張機能で、その主な機能は「Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.」です。
拡張機能のスクリーンショット
AliExpress Search by Image and Download拡張機能のCRXファイルをダウンロード
AliExpress Search by Image and Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Aliexpress search by image and download all product images in one click. Best tool for Aliexpress search by image and download images. Check if the product is sold cheaper by another AliExpress seller.
拡張機能の基本情報
名前 | AliExpress Search by Image and Download |
ID | faklajjdekhkmkjhdknbikcikhofompi |
公式URL | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/faklajjdekhkmkjhdknbikcikhofompi |
説明 | Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images. |
ファイルサイズ | 23.62 KB |
インストール数 | 1,481 |
現在のバージョン | 1.0.9.5 |
最終更新日 | 2020-05-06 |
公開日 | 2020-05-05 |
評価 | 4.40/5 合計 10 レビュー |
開発者 | ok |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,en-GB,en-US,fr,tr,es,lt,hu,pl,ro,cs,bg,ru |
manifest.json | |
{ "content_scripts": [ { "js": [ "js\/myscripts.js" ], "matches": [ "https:\/\/*.aliexpress.com\/*" ], "run_at": "document_end" } ], "default_locale": "en", "description": "__MSG_chrome_extension_description__", "background": { "scripts": [ "back.js" ] }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "19": "images\/icon47.png", "32": "images\/icon47.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "32": "images\/icon32.png" }, "default_title": "__MSG_chrome_extension_name__", "default_popup": "popup.html" }, "manifest_version": 2, "minimum_chrome_version": "6.0", "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_short_name__", "permissions": [ "downloads", "contextMenus" ], "web_accessible_resources": [ "images\/download.ico" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.9.5" } |