Airflow Utils

Make Airflow web UI better

Airflow Utils là gì?

Airflow Utils là một tiện ích mở rộng Chrome được phát triển bởi Harold Martin, và tính năng chính của nó là "Make Airflow web UI better".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Airflow Utils

Tải xuống các tệp mở rộng Airflow Utils dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Airflow Utils Airflow Utils
ID hjljmfdcofdippflnfghngjhiicehino
URL Chính Thức https://chromewebstore.google.com/detail/airflow-utils/hjljmfdcofdippflnfghngjhiicehino
Mô tả Make Airflow web UI better
Kích Thước Tệp 16.76 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-05-07
Ngày Phát Hành 2019-05-03
Nhà Phát Triển Harold Martin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}