Airflow Utils

Make Airflow web UI better

Airflow Utilsとは何ですか?

Airflow UtilsはHarold Martinによって開発されたChromeの拡張機能で、その主な機能は「Make Airflow web UI better」です。

拡張機能のスクリーンショット

screenshot
screenshot

Airflow Utils拡張機能のCRXファイルをダウンロード

Airflow Utils拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        **
May need to be granted permissions for your airflow url
Click the airflow icon the browser toolbar and choose "This Can Read or Change Site Data"
**

* Auto refresh when scrolled to bottom of log pages
* Auto redirect when manually triggering DAG
* Auto refresh of tree pages with running tasks
* Add Trigger button to tree pages                    

拡張機能の基本情報

名前 Airflow Utils Airflow Utils
ID hjljmfdcofdippflnfghngjhiicehino
公式URL https://chromewebstore.google.com/detail/airflow-utils/hjljmfdcofdippflnfghngjhiicehino
説明 Make Airflow web UI better
ファイルサイズ 16.76 KB
インストール数 33
現在のバージョン 0.0.1
最終更新日 2019-05-07
公開日 2019-05-03
開発者 Harold Martin
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airflow Utils",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Make Airflow web UI better",
    "homepage_url": "https:\/\/airflow.apache.org\/",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "options_page": "src\/options\/index.html",
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/admin*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}