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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |