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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# 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:\/\/*\/*" ] } |