Airflow Utils
Make Airflow web UI better
Airflow Utilsคืออะไร?
Airflow Utils เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harold Martin และคุณลักษณะหลักของมันคือ "Make Airflow web UI better"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airflow Utils
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } ] } |