Airflow Lifunf

This intents to help poor engineers to use Airflow!

Wat is Airflow Lifunf?

Airflow Lifunf is een Chrome-extensie ontwikkeld door lucas.lmmf, en de belangrijkste functie is "This intents to help poor engineers to use Airflow!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Airflow Lifunf

Download Airflow Lifunf-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

                        ### 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                    

Basisinformatie over de Extensie

Naam Airflow Lifunf Airflow Lifunf
ID eloabhccocaamibhganmeogabcenidfa
Officiële URL https://chromewebstore.google.com/detail/airflow-lifunf/eloabhccocaamibhganmeogabcenidfa
Beschrijving This intents to help poor engineers to use Airflow!
Bestandsgrootte 396 KB
Aantal Installaties 71
Huidige Versie 1.1.1
Laatst Bijgewerkt 2020-02-16
Publicatiedatum 2020-02-15
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar lucas.lmmf
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LucasMMota/airflow-lifunf-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}