AliPictures - The Aliexpress Image Extractor
Extract all product images from AliExpress in the best quality!
什麼是AliPictures - The Aliexpress Image Extractor?
AliPictures - The Aliexpress Image Extractor是由b1nary開發的Chrome擴展程式,該擴展的主要功能是“Extract all product images from AliExpress in the best quality!”。
擴展截圖
下載AliPictures - The Aliexpress Image Extractor擴展crx文件
下載AliPictures - The Aliexpress Image Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The most effective extension to extract the best quality pictures out of Aliexpress. Extract from AliExpress: - Product Pictures - Variant Pictures - Description Pictures and download them as .ZIP file in the best available quality! No other Aliexpress image plugin as as effect and as simple as ours. You are just one click away to receive the best quality pictures of any product on Aliexpress. Collect any images you like, product, variants or description pictures and easily download them as ZIP file (renamed to their product id!).
擴展基本資訊
名稱 | |
ID | hclfjpelhelidehkbllfnpppkjlpcjom |
官方網址 | https://chrome.google.com/webstore/detail/alipictures-the-aliexpres/hclfjpelhelidehkbllfnpppkjlpcjom |
簡介 | Extract all product images from AliExpress in the best quality! |
檔案大小 | 107 KB |
安裝次數 | 27 |
目前版本 | 0.1.0 |
更新時間 | 2021-09-22 |
上架時間 | 2021-09-22 |
開發者 | b1nary |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AliPictures - The Aliexpress Image Extractor", "version": "0.1.0", "manifest_version": 3, "description": "Extract all product images from AliExpress in the best quality!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*" ], "js": [ "jquery.js", "inject.js" ] } ] } |