Code Owners - Notifier Firefox

Examine source code of Code Owners - Notifier

제작자: Abdulhakim Zatar
Inspect and view changes in Code Owners - Notifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Code Owners - Notifier",
  "description": "Sound notification for tickets in ASAC virtual campus",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "16": "./logo16.png",
    "32": "./logo32.png",
    "64": "./logo64.png",
    "128": "./logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://ltuc-lab.herokuapp.com/*"
      ],
      "js": [
        "./foreground.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "./popup.html",
    "default_icon": "./images/logo.png"
  },
  "permissions": [
    "storage"
  ]
}

최고의 Code Owners - Notifier 대안

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