Airflow Utils
Make Airflow web UI better
O que é Airflow Utils?
Airflow Utils é uma extensão do Chrome desenvolvida por Harold Martin, e sua principal característica é "Make Airflow web UI better".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Airflow Utils
Baixe arquivos de extensão Airflow Utils 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
** May need to be granted permissions for your airflow url Click the airflow icon the browser toolbar and choose "This Can Read or Change Site Data" ** * Auto refresh when scrolled to bottom of log pages * Auto redirect when manually triggering DAG * Auto refresh of tree pages with running tasks * Add Trigger button to tree pages
Informações Básicas da Extensão
Nome | Airflow Utils |
ID | hjljmfdcofdippflnfghngjhiicehino |
URL Oficial | https://chromewebstore.google.com/detail/airflow-utils/hjljmfdcofdippflnfghngjhiicehino |
Descrição | Make Airflow web UI better |
Tamanho do Arquivo | 16.76 KB |
Contagem de Instalações | 33 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-05-07 |
Data de Publicação | 2019-05-03 |
Desenvolvedor | Harold Martin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Airflow Utils", "version": "0.0.1", "manifest_version": 2, "description": "Make Airflow web UI better", "homepage_url": "https:\/\/airflow.apache.org\/", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options\/index.html", "optional_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/admin*" ], "js": [ "src\/inject\/inject.js" ] } ] } |