Airflow Lifunf

This intents to help poor engineers to use Airflow!

什麼是Airflow Lifunf?

Airflow Lifunf是由lucas.lmmf開發的Chrome擴展程式,該擴展的主要功能是“This intents to help poor engineers to use Airflow!”。

擴展截圖

screenshot
screenshot

下載Airflow Lifunf擴展crx文件

下載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 Airflow Lifunf
ID eloabhccocaamibhganmeogabcenidfa
官方網址 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"
            ]
        }
    ]
}