Sift: Date Extraction and Visualization Tool
Data Extraction and Visualization Tool
什么是Sift: Date Extraction and Visualization Tool?
Sift: Date Extraction and Visualization Tool是由Ryo Suzuki开发的Chrome扩展程序,该扩展的主要功能是“Data Extraction and Visualization Tool”。
扩展截图
下载Sift: Date Extraction and Visualization Tool扩展crx文件
下载Sift: Date Extraction and Visualization Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# Sift: Date Extraction and Visualization Tool on the Web
## Why Sift
One of the biggest problems of data visualization is you have to prepare the data by yourself. However, this data collection/cleaning can be tedious and repetitive tasks. Moreover, especially end-users, who don't have technical knowledge or skills, may not be able to collect data through API.
So, we propose Sift, a data extraction and visualization tool for end-users.
With sift, you can extract the data from the webpage and visualize it instantly. 扩展基本信息
| 名称 | |
| ID | jbcecgeacaplcfhomelekapejnbjifpc |
| 官方URL | https://chrome.google.com/webstore/detail/sift-date-extraction-and/jbcecgeacaplcfhomelekapejnbjifpc |
| 简介 | Data Extraction and Visualization Tool |
| 文件大小 | 42.83 MB |
| 安装次数 | 11 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2019-03-05 |
| 上架时间 | 2019-03-05 |
| 开发者 | Ryo Suzuki |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ryosuzuki/sift |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Sift: Date Extraction and Visualization Tool",
"version": "0.0.1",
"manifest_version": 2,
"description": "Data Extraction and Visualization Tool",
"icons": {
"16": "img\/icon-16.png",
"128": "img\/icon-128.png"
},
"browser_action": {
"default_icon": "img\/icon-16.png",
"default_title": "Sift"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |