Airflow Task Notifier Firefox

Examine source code of Airflow Task Notifier

제작자: alexyalunin
Inspect and view changes in Airflow Task Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Airflow Task Notifier",
  "description": "This extension notifies you on Airflow task results.",
  "homepage_url": "https://github.com/alexyalunin/airflow-task-notifier",
  "version": "1.0.2",
  "applications": {
    "gecko": {
      "id": "airflow-task-notifier@alexander.yalunin",
      "strict_min_version": "46.0"
    }
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "default_title": "Airflow Task Notifier"
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/services.js",
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "notifications"
  ]
}

최고의 Airflow Task Notifier 대안

다음은 Airflow Task Notifier과(와) 유사한 Firefox add-on입니다: