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
官方網址 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
}