Data Visualization
This extension draw charts from data tables.
什么是Data Visualization?
Data Visualization是由Cash开发的Chrome扩展程序,该扩展的主要功能是“This extension draw charts from data tables.”。
下载Data Visualization扩展crx文件
下载Data Visualization扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Data Visualization |
ID | beljfhhchhjnllkfoobckmodceddlgmg |
官方URL | https://chromewebstore.google.com/detail/data-visualization/beljfhhchhjnllkfoobckmodceddlgmg |
简介 | This extension draw charts from data tables. |
文件大小 | 1.05 MB |
安装次数 | 94 |
当前版本 | 1.0 |
更新时间 | 2016-10-28 |
上架时间 | 2016-10-28 |
开发者 | Cash |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |