GitLab Notifications Button Firefox

Examine source code of GitLab Notifications Button

제작자: Abhay V Ashokan
Inspect and view changes in GitLab Notifications Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitLab Notifications Button",
  "version": "0.0.2",
  "manifest_version": 3,
  "description": "An extension to add notification button to /dashboard/merge-requests",
  "homepage_url": "https://gitlab.com/abhayvashokan/gitlab-notifications-button",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "https://gitlab.com/*",
    "http://localhost:3000/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{22ee583f-a319-4d3b-bffe-92bb3ac045e1}",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "websiteActivity"
        ],
        "optional": []
      }
    }
  }
}

최고의 GitLab Notifications Button 대안

다음은 GitLab Notifications Button과(와) 유사한 Firefox add-on입니다: