shimo164 / re-name-favbar

A Chrome extension to shorten AWS service names in the console
MIT License
3 stars 0 forks source link

feat: create option page to set mapping from original names to desired names #6

Closed shimo164 closed 1 year ago

shimo164 commented 1 year ago

(via ChatGPT) This pull request introduces comments to the options.js and content_script.js files to enhance code readability. The comments will provide a brief overview of what each function or block of code does. This should assist both new contributors and future reviews in understanding the code's functionality.

Key Changes:

  1. Added comments explaining the purpose of functions and blocks of code.
  2. Described the purpose of event listeners and mutation observers.

These changes should not affect the functionality of the extension. They are aimed at improving maintainability and comprehensibility of the code base.