Graphify

Graphify

什麼是Graphify?

Graphify是由https://openapp.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Graphify”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 :)                    

擴展基本資訊

名稱 Graphify Graphify
ID nojdcggjcpgmoelgichpfnibeicneeng
官方網址 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'"
}