columns.ai
Build a data story to share from the data on the web!
O que é columns.ai?
columns.ai é uma extensão do Chrome desenvolvida por https://columns.ai, e sua principal característica é "Build a data story to share from the data on the web!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão columns.ai
Baixe arquivos de extensão columns.ai no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | columns.ai |
ID | hfgfkpoildikklbmjnkedmapiopeacga |
URL Oficial | https://chromewebstore.google.com/detail/columnsai/hfgfkpoildikklbmjnkedmapiopeacga |
Descrição | Build a data story to share from the data on the web! |
Tamanho do Arquivo | 18.14 KB |
Contagem de Instalações | 111 |
Versão Atual | 0.3 |
Última Atualização | 2022-12-28 |
Data de Publicação | 2022-01-02 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://columns.ai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://columns.ai |
URL da Página de Ajuda | https://columns.ai/contact |
URL da Página de Política de Privacidade | https://columns.ai/privacy |
Idiomas Suportados | 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 } |