Data Visualization
This extension draw charts from data tables.
Wat is Data Visualization?
Data Visualization is een Chrome-extensie ontwikkeld door Cash, en de belangrijkste functie is "This extension draw charts from data tables.".
Download het CRX-bestand van de extensie Data Visualization
Download Data Visualization-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Data Visualization |
ID | beljfhhchhjnllkfoobckmodceddlgmg |
Officiële URL | https://chromewebstore.google.com/detail/data-visualization/beljfhhchhjnllkfoobckmodceddlgmg |
Beschrijving | This extension draw charts from data tables. |
Bestandsgrootte | 1.05 MB |
Aantal Installaties | 94 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-10-28 |
Publicatiedatum | 2016-10-28 |
Ontwikkelaar | Cash |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |