Graphify

Graphify

Graphify क्या है?

Graphify https://openapp.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Graphify"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Graphify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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'"
}