Graphify
Graphify
Graphify란 무엇입니까?
Graphify은(는) https://openapp.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Graphify"입니다.
확장 프로그램 스크린샷
Graphify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 :)
확장 프로그램 기본 정보
이름 | Graphify |
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'" } |