columns.ai

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

columns.ai là gì?

columns.ai là một tiện ích mở rộng Chrome được phát triển bởi https://columns.ai, và tính năng chính của nó là "Build a data story to share from the data on the web!".

Ả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 columns.ai

Tải xuống các tệp mở rộng columns.ai 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

                        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                    

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

Tên columns.ai columns.ai
ID hfgfkpoildikklbmjnkedmapiopeacga
URL Chính Thức https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga
Mô tả Build a data story to share from the data on the web!
Kích Thước Tệp 18.14 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-12-28
Ngày Phát Hành 2022-01-02
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://columns.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://columns.ai
URL Trang Trợ Giúp https://columns.ai/contact
URL Trang Chính Sách Bảo Mật https://columns.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}