Data Visualization
This extension draw charts from data tables.
What is Data Visualization?
Data Visualization is a Chrome extension developed by Cash, and its main feature is "This extension draw charts from data tables.".
Download Data Visualization Extension CRX File
Download Data Visualization 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
This extension allows you to get a chart in one click from any data table on the internet. You just need to select the table, and click on the extension button!
Extension Basic Information
Name | Data Visualization |
ID | beljfhhchhjnllkfoobckmodceddlgmg |
Official URL | https://chromewebstore.google.com/detail/data-visualization/beljfhhchhjnllkfoobckmodceddlgmg |
Description | This extension draw charts from data tables. |
File Size | 1.05 MB |
Installation Count | 94 |
Current Version | 1.0 |
Last Updated | 2016-10-28 |
Publish Date | 2016-10-28 |
Developer | Cash |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Data Visualization", "description": "This extension draw charts from data tables.", "version": "1.0", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "chart.html" }, "permissions": [ "activeTab" ] } |