Graphify
Graphify
Что такое Graphify?
Graphify - это расширение Chrome, разработанное https://openapp.blogspot.com, и его основная функция - "Graphify".
Снимки экрана расширения
Скачать файл CRX расширения Graphify
Скачайте файлы расширений 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 |
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'" } |