columns.ai

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

columns.aiとは何ですか?

columns.aiはhttps://columns.aiによって開発されたChromeの拡張機能で、その主な機能は「Build a data story to share from the data on the web!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

columns.ai拡張機能のCRXファイルをダウンロード

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
Eメール [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
}