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
Eメール [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"
            ]
        }
    ]
}