Airflow Lifunf
This intents to help poor engineers to use Airflow!
Was ist Airflow Lifunf?
Airflow Lifunf ist eine Chrome-Erweiterung, die von lucas.lmmf entwickelt wurde, und ihr Hauptmerkmal ist "This intents to help poor engineers to use Airflow!".
Erweiterungsscreenshots
Airflow Lifunf-Erweiterungs-CRX-Datei herunterladen
Laden Sie Airflow Lifunf-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
### What? This is a chrome extension that enables some features on Airflow: - Auto-Refresh on Airflow DAG's page. This helps a lot when monitoring/testing a task execution. Now you can drink your cup of coffee beer while Airflow run the Dag you're trying to run again. - Error highlighting to help easily find them on the logs. - Creates links on the logs
Grundlegende Informationen zur Erweiterung
Name | Airflow Lifunf |
ID | eloabhccocaamibhganmeogabcenidfa |
Offizielle URL | https://chromewebstore.google.com/detail/airflow-lifunf/eloabhccocaamibhganmeogabcenidfa |
Beschreibung | This intents to help poor engineers to use Airflow! |
Dateigröße | 396 KB |
Installationsanzahl | 71 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2020-02-16 |
Veröffentlichungsdatum | 2020-02-15 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | lucas.lmmf |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/LucasMMota/airflow-lifunf-extension |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Airflow Lifunf", "version": "1.1.1", "description": "This intents to help poor engineers to use Airflow!", "manifest_version": 2, "browser_action": { "default_icon": "logoaf.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/admin\/airflow\/*" ], "js": [ "jquery.min.js", "content.js" ], "css": [ "estilera.css" ] } ] } |