bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[#269] Switch to activeTab permission #283

Closed maltoe closed 3 years ago

maltoe commented 3 years ago

Tested on Chrome 88 and FF 82. Ticket is recognized both when clicking the extension icon and when pressing Ctrl+T.

Unfortunately wasn't able to find reliable information as to when support for activeTab was added to the respective browsers, but at least all current versions support it.

Further restricting the permissions to hosts (e.g. github.com) would make sense for cloud services, but could be difficult for self-hosted providers like GitLab, so I did not pursue this further.

Closes #269.