Bugzilla contributor sorting Firefox

Examine source code of Bugzilla contributor sorting

提供元: Andy McKay Add-on
Inspect and view changes in Bugzilla contributor sorting source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Sort bugzilla contributors from a query",
  "homepage_url": "https://github.com/andymckay/bugzilla-contributor-sort",
  "manifest_version": 2,
  "name": "Bugzilla contributor sorting",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "page_action": {
    "browser_style": true,
    "default_title": "Bugzilla contributor sorting",
    "default_icon": {
      "128": "question.svg"
    }
  },
  "version": "0.3resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://bugzilla.mozilla.org/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "128": "question.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{47e68ac3-624a-4841-89e7-3f046b6e4a39}"
    }
  }
}

ベストのBugzilla contributor sorting代替案

Bugzilla contributor sortingに類似したFirefox add-onをいくつか紹介します: