jg23497 / Header-Inject

Open-source Chrome extension for injecting and overriding HTTP request headers
MIT License
14 stars 4 forks source link

Add a label? #2

Closed CheckeredFlag closed 2 years ago

CheckeredFlag commented 2 years ago

Any chance you can add a label field? This can be a helpful reminder for the purpose of an item.

jg23497 commented 2 years ago

Hi @CheckeredFlag,

Thanks for the feedback. I agree, this would be a useful addition as not all HTTP header name and value override pairs are self-explanatory.

The Chrome extension manifest file needs to be updated to the v3 format fairly soon due to Google's policy changes, so will see if this change can be included in the bundle.

jg23497 commented 2 years ago

Draft PR raised: #3.

jg23497 commented 2 years ago

PR merged and Header Inject v1.1.0 submitted to the Chrome Web Store for review. Will close this issue once v1.1.0 is published by Google.

jg23497 commented 2 years ago

v1.1.0 is now live. Closing issue.

CheckeredFlag commented 2 years ago

Many thanks!