Airflow Utils
Make Airflow web UI better
Wat is Airflow Utils?
Airflow Utils is een Chrome-extensie ontwikkeld door Harold Martin, en de belangrijkste functie is "Make Airflow web UI better".
Extensie Screenshots
Download het CRX-bestand van de extensie Airflow Utils
Download Airflow Utils-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
** 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
Basisinformatie over de Extensie
Naam | Airflow Utils |
ID | hjljmfdcofdippflnfghngjhiicehino |
Officiële URL | https://chromewebstore.google.com/detail/airflow-utils/hjljmfdcofdippflnfghngjhiicehino |
Beschrijving | Make Airflow web UI better |
Bestandsgrootte | 16.76 KB |
Aantal Installaties | 33 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-05-07 |
Publicatiedatum | 2019-05-03 |
Ontwikkelaar | Harold Martin |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |