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
官方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"
            ]
        }
    ]
}