Graphify
Graphify
什么是Graphify?
Graphify是由https://openapp.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Graphify”。
扩展截图
下载Graphify扩展crx文件
下载Graphify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Graphify automatically converts any CSV or any other delimited data into bootstrap compliant HTML5 graphs. Currently supports PIE, BAR, & LINE graphs. Just paste any delimited data and let Graphify help you find responsive graphs.
Graphify is an innovative solution that will help you to:
- visualize PIE, BAR, & LINE distributions,
- interact with graphs and see point data,
- download them as images, pdf etc.
This powerful solution enables you to do all this instantly, with one click on the extension icon in the Chrome toolbar.
!Note: this extension is supported on all the Google Chrome versions.
CHANGES
- v0.1.0
-- Released first version. After all done is better than perfect :) 扩展基本信息
| 名称 | |
| ID | nojdcggjcpgmoelgichpfnibeicneeng |
| 官方URL | https://chromewebstore.google.com/detail/graphify/nojdcggjcpgmoelgichpfnibeicneeng |
| 简介 | Graphify |
| 文件大小 | 216 KB |
| 安装次数 | 96 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2013-07-08 |
| 上架时间 | 2013-07-08 |
| 开发者 | https://openapp.blogspot.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Graphify",
"version": "0.1.0",
"manifest_version": 2,
"description": "Graphify",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "src\/index.html"
},
"permissions": [
"http:\/\/saggar.in\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |