Sift: Date Extraction and Visualization Tool
Data Extraction and Visualization Tool
Sift: Date Extraction and Visualization Tool là gì?
Sift: Date Extraction and Visualization Tool là một tiện ích mở rộng Chrome được phát triển bởi Ryo Suzuki, và tính năng chính của nó là "Data Extraction and Visualization Tool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sift: Date Extraction and Visualization Tool
Tải xuống các tệp mở rộng Sift: Date Extraction and Visualization Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
# 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jbcecgeacaplcfhomelekapejnbjifpc |
URL Chính Thức | https://chrome.google.com/webstore/detail/sift-date-extraction-and/jbcecgeacaplcfhomelekapejnbjifpc |
Mô tả | Data Extraction and Visualization Tool |
Kích Thước Tệp | 42.83 MB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-03-05 |
Ngày Phát Hành | 2019-03-05 |
Nhà Phát Triển | Ryo Suzuki |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ryosuzuki/sift |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |