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!"입니다.
확장 프로그램 스크린샷
columns.ai 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |