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 là gì?
AliExpress Search by Image and Download là một tiện ích mở rộng Chrome được phát triển bởi ok, và tính năng chính của nó là "Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AliExpress Search by Image and Download
Tải xuống các tệp mở rộng AliExpress Search by Image and Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Search by Image and Download |
ID | faklajjdekhkmkjhdknbikcikhofompi |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-search-by-imag/faklajjdekhkmkjhdknbikcikhofompi |
Mô tả | Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images. |
Kích Thước Tệp | 23.62 KB |
Số Lần Cài Đặt | 1,481 |
Phiên Bản Hiện Tại | 1.0.9.5 |
Cập Nhật Lần Cuối | 2020-05-06 |
Ngày Phát Hành | 2020-05-05 |
Đánh Giá | 4.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | ok |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |