Sift: Date Extraction and Visualization Tool

Data Extraction and Visualization Tool

Sift: Date Extraction and Visualization Toolคืออะไร?

Sift: Date Extraction and Visualization Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryo Suzuki และคุณลักษณะหลักของมันคือ "Data Extraction and Visualization Tool"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sift: Date Extraction and Visualization Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sift: Date Extraction and Visualization Tool Sift: Date Extraction and Visualization Tool
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:\/\/*\/*"
    ]
}