columns.ai

Build a data story to share from the data on the web!

Что такое columns.ai?

columns.ai - это расширение Chrome, разработанное https://columns.ai, и его основная функция - "Build a data story to share from the data on the web!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения columns.ai

Скачайте файлы расширений columns.ai в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Turn any data you see on the web into a data story and share it!

Current version supports 
1. Build any data story of a Google Spreadsheet.
2. Build a word cloud story of any web page.

Two demos for above two scenarios respectively 
1. Google Spreadsheet: https://youtu.be/k-PLM5M_h_w
2. Any web page text: https://youtu.be/5OqUuAWOI9w

Future releases will include supports for
1. Microsoft Excel. 
2. Any URL contains a CSV/JSON data file.
3. HTML tables on any web pages.
4. Other data connections.

To speed up more support, get in touch and send your feedback! 
https://columns.ai/contact                    

Основная информация о расширении

Название columns.ai columns.ai
ID hfgfkpoildikklbmjnkedmapiopeacga
Официальный URL https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga
Описание Build a data story to share from the data on the web!
Размер файла 18.14 KB
Количество установок 111
Текущая Версия 0.3
Последнее Обновление 2022-12-28
Дата публикации 2022-01-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://columns.ai
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://columns.ai
URL страницы помощи https://columns.ai/contact
URL страницы политики конфиденциальности https://columns.ai/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "columns.ai",
    "version": "0.3",
    "description": "Build a data story to share from the data on the web!",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 3
}