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 |
| Eメール | [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:\/\/*\/*"
]
} | |