Airflow Utils
Make Airflow web UI better
Qu'est-ce que Airflow Utils ?
Airflow Utils est une extension Chrome développée par Harold Martin, et sa fonction principale est "Make Airflow web UI better".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Airflow Utils
Téléchargez les fichiers d'extension Airflow Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
** 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
Informations de Base sur l'Extension
Nom | Airflow Utils |
ID | hjljmfdcofdippflnfghngjhiicehino |
URL Officiel | https://chromewebstore.google.com/detail/airflow-utils/hjljmfdcofdippflnfghngjhiicehino |
Description | Make Airflow web UI better |
Taille du Fichier | 16.76 KB |
Nombre d'Installations | 33 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-05-07 |
Date de Publication | 2019-05-03 |
Développeur | Harold Martin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |