Sift: Date Extraction and Visualization Tool

Data Extraction and Visualization Tool

Hvad er Sift: Date Extraction and Visualization Tool?

Sift: Date Extraction and Visualization Tool er en Chrome-udvidelse udviklet af Ryo Suzuki, og dens hovedfunktion er "Data Extraction and Visualization Tool".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Sift: Date Extraction and Visualization Tool-udvidelses-CRX-fil

Download Sift: Date Extraction and Visualization Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Sift: Date Extraction and Visualization Tool Sift: Date Extraction and Visualization Tool
ID jbcecgeacaplcfhomelekapejnbjifpc
Officiel URL https://chrome.google.com/webstore/detail/sift-date-extraction-and/jbcecgeacaplcfhomelekapejnbjifpc
Beskrivelse Data Extraction and Visualization Tool
Filstørrelse 42.83 MB
Antal Installationer 11
Nuværende Version 0.0.1
Senest Opdateret 2019-03-05
Udgivelsesdato 2019-03-05
Udvikler Ryo Suzuki
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/ryosuzuki/sift
Understøttede Sprog 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:\/\/*\/*"
    ]
}