Sift: Date Extraction and Visualization Tool

Data Extraction and Visualization Tool

What is Sift: Date Extraction and Visualization Tool?

Sift: Date Extraction and Visualization Tool is a Chrome extension developed by Ryo Suzuki, and its main feature is "Data Extraction and Visualization Tool".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Sift: Date Extraction and Visualization Tool Extension CRX File

Download Sift: Date Extraction and Visualization Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 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.                    

Extension Basic Information

Name Sift: Date Extraction and Visualization Tool Sift: Date Extraction and Visualization Tool
ID jbcecgeacaplcfhomelekapejnbjifpc
Official URL https://chrome.google.com/webstore/detail/sift-date-extraction-and/jbcecgeacaplcfhomelekapejnbjifpc
Description Data Extraction and Visualization Tool
File Size 42.83 MB
Installation Count 11
Current Version 0.0.1
Last Updated 2019-03-05
Publish Date 2019-03-05
Developer Ryo Suzuki
Email [email protected]
Payment Type free
Extension Website https://github.com/ryosuzuki/sift
Supported Languages 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:\/\/*\/*"
    ]
}