Closed BekahHW closed 2 years ago
@BekahHW What should the extension look like when this is done? Would a PR for this include adding an options button/link to popup.html
and a "Save Settings" button/link on options.html
that takes you back?
@rmirville options is a special case for chrome extensions. This blogpost has images that shows where the options will populate once added to the manifest.json file.
https://medium.com/extensions-development/chrome-extension-options-page-9428920f7309
Okay, great. I'd like to work on this issue! Can you assign this to me?
Absolutely, @rmirville!
Proposed changes
Right now, we're asking for the API key in
popup.ts
, but it would be a better user experience if we had an options page that allows the user to put in their Deepgram API key and iTranslate (eventually) at the same time.Take a look at
options.html
to see the input and form information.Move the logic out of
popup.ts
tooptions.ts