Airflow Lifunf
This intents to help poor engineers to use Airflow!
Airflow Lifunfคืออะไร?
Airflow Lifunf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucas.lmmf และคุณลักษณะหลักของมันคือ "This intents to help poor engineers to use Airflow!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Airflow Lifunf
ดาวน์โหลดไฟล์ส่วนขยาย Airflow Lifunf ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
### What? This is a chrome extension that enables some features on Airflow: - Auto-Refresh on Airflow DAG's page. This helps a lot when monitoring/testing a task execution. Now you can drink your cup of coffee beer while Airflow run the Dag you're trying to run again. - Error highlighting to help easily find them on the logs. - Creates links on the logs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Airflow Lifunf |
ID | eloabhccocaamibhganmeogabcenidfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/airflow-lifunf/eloabhccocaamibhganmeogabcenidfa |
คำอธิบาย | This intents to help poor engineers to use Airflow! |
ขนาดไฟล์ | 396 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2020-02-16 |
วันที่เผยแพร่ | 2020-02-15 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | lucas.lmmf |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/LucasMMota/airflow-lifunf-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Airflow Lifunf", "version": "1.1.1", "description": "This intents to help poor engineers to use Airflow!", "manifest_version": 2, "browser_action": { "default_icon": "logoaf.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/admin\/airflow\/*" ], "js": [ "jquery.min.js", "content.js" ], "css": [ "estilera.css" ] } ] } |