Graphify

Graphify

Graphify là gì?

Graphify là một tiện ích mở rộng Chrome được phát triển bởi https://openapp.blogspot.com, và tính năng chính của nó là "Graphify".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Graphify

Tải xuống các tệp mở rộng Graphify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Graphify Graphify
ID nojdcggjcpgmoelgichpfnibeicneeng
URL Chính Thức https://chromewebstore.google.com/detail/graphify/nojdcggjcpgmoelgichpfnibeicneeng
Mô tả Graphify
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2013-07-08
Ngày Phát Hành 2013-07-08
Nhà Phát Triển https://openapp.blogspot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}