Ali Express
Scrapping content of Ali baba Express
什么是Ali Express?
Ali Express是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Scrapping content of Ali baba Express”。
扩展截图
下载Ali Express扩展crx文件
下载Ali Express扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ali Expression Extension:
This extension is developed for scrapping the contents of products or items for sepecific categories from Ali Express online store.
How it Works?
-> Just go to the https://aliexpress.com and choose a category of products you want to grab .
-> And click on the icon of extension and click button "Start Scrapping". It will start scrapping content of page.
-> Finally it will export all the grabbed content into an Excel file on your computer.
Pre-Requisites?
Ali Express package which should be download and install on your machine before chrome extension is installed. 扩展基本信息
| 名称 | |
| ID | klhjbmmmpjmkceakjcihegpakepffmdj |
| 官方URL | https://chromewebstore.google.com/detail/ali-express/klhjbmmmpjmkceakjcihegpakepffmdj |
| 简介 | Scrapping content of Ali baba Express |
| 文件大小 | 180 KB |
| 安装次数 | 429 |
| 当前版本 | 0.0.0.1 |
| 更新时间 | 2019-01-28 |
| 上架时间 | 2019-01-27 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ali Express",
"description": "Scrapping content of Ali baba Express",
"version": "0.0.0.1",
"permissions": [
"tabs",
"nativeMessaging"
],
"background": {
"scripts": [
"popup.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/aliexpress.png",
"default_title": "Scrapping Content:",
"default_popup": "popup.html"
},
"manifest_version": 2
} | |