GitLab Notifications Button Firefox

Examine source code of GitLab Notifications Button

提供元: Abhay V Ashokan Add-on
Inspect and view changes in GitLab Notifications Button source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
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をいくつか紹介します: