Airflow Lifunf
This intents to help poor engineers to use Airflow!
Τι είναι το Airflow Lifunf;
Το Airflow Lifunf είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lucas.lmmf, και η κύρια λειτουργία του είναι "This intents to help poor engineers to use Airflow!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Airflow Lifunf
Λήψη αρχείων επέκτασης Airflow Lifunf σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
### 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Airflow Lifunf |
ID | eloabhccocaamibhganmeogabcenidfa |
Επίσημο URL | https://chromewebstore.google.com/detail/airflow-lifunf/eloabhccocaamibhganmeogabcenidfa |
Περιγραφή | This intents to help poor engineers to use Airflow! |
Μέγεθος Αρχείου | 396 KB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2020-02-16 |
Ημερομηνία Δημοσίευσης | 2020-02-15 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | lucas.lmmf |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/LucasMMota/airflow-lifunf-extension |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |