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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
### 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" ] } ] } |