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'"
} | |