Airflow Lifunf
This intents to help poor engineers to use Airflow!
Co to jest Airflow Lifunf?
Airflow Lifunf to rozszerzenie Chrome opracowane przez lucas.lmmf, a jego główną funkcją jest „This intents to help poor engineers to use Airflow!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Airflow Lifunf
Pobierz pliki rozszerzeń Airflow Lifunf w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
### 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
Podstawowe informacje o rozszerzeniu
Nazwa | Airflow Lifunf |
ID | eloabhccocaamibhganmeogabcenidfa |
Oficjalny URL | https://chromewebstore.google.com/detail/airflow-lifunf/eloabhccocaamibhganmeogabcenidfa |
Opis | This intents to help poor engineers to use Airflow! |
Rozmiar pliku | 396 KB |
Liczba instalacji | 71 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2020-02-16 |
Data Publikacji | 2020-02-15 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | lucas.lmmf |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/LucasMMota/airflow-lifunf-extension |
Obsługiwane Języki | 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" ] } ] } |