Airflow Utils

Make Airflow web UI better

What is Airflow Utils?

Airflow Utils is a Chrome extension developed by Harold Martin, and its main feature is "Make Airflow web UI better".

Extension Screenshots

screenshot
screenshot

Download Airflow Utils Extension CRX File

Download Airflow Utils extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Airflow Utils Airflow Utils
ID hjljmfdcofdippflnfghngjhiicehino
Official URL https://chromewebstore.google.com/detail/airflow-utils/hjljmfdcofdippflnfghngjhiicehino
Description Make Airflow web UI better
File Size 16.76 KB
Installation Count 33
Current Version 0.0.1
Last Updated 2019-05-07
Publish Date 2019-05-03
Developer Harold Martin
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}