Skip to content

astleychen/bugzilla-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

bugzilla-helper

A Firefox WebExtension used as a helper on Mozilla Bugzilla bug pages.

Features

  • Copy2Wiki - with a button attached with bug summary so that you are able to copy bug summary to wiki-formatted string.

Download

Changelog

  • 2017/02/21 - Initial version converted from Greasemonkey user script. [Originated with @mephisto41]
  • 2017/02/22 - Workaround copy-to-clipboard function as replacement of GM_setClipboard. (Bug 1334174)
  • 2017/04/25 - Append copy button whenever document is loaded.
  • 2017/05/09 - Fix a bug in summary2wiki.js to ensure button is correctly installed.
  • 2017/08/11 - Refresh upon up-to-date WebExtension API
  • 2017/10/26 - Refresh signed API keys and update add-on.

How to build, test, and package

  • Install web-ext from MDN website.
  • Build and Run in Firefox for testing
$ web-ext run
  • Packaging
$ web-ext build -a <DIR>

How to sign

$ web-ext sign --api-key=$AMO_JWT_ISSUER --api-secret=$AMO_JWT_SECRET
  • Where:
    • --api-key: the API key (JWT issuer) from addons.mozilla.org needed to sign the extension. This should always be a string.
    • --api-secret: the API secret (JWT secret) from addons.mozilla.org needed to sign the extension. This should always be a string.

About

A WebExtension used as a helper for Mozilla Bugzilla pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published