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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ok และคุณลักษณะหลักของมันคือ "Aliexpress search by image and download all product images in one click. Tool for Aliexpress search by image and download images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AliExpress Search by Image and Download

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
}