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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Data Extraction and Visualization Tool"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sift: Date Extraction and Visualization Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
# 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 |
ईमेल | [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:\/\/*\/*" ] } |