Airflow Utils

Make Airflow web UI better

Airflow Utils क्या है?

Airflow Utils Harold Martin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make Airflow web UI better"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Airflow Utils एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **
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
ईमेल [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"
            ]
        }
    ]
}