This project is an example that was built along with a Youtube series however I modified and added some features.
- const
- addEvenetListeners
- innerHTML
- input.value
- function parameters and arguments
- template strings
- localStorage
- the JSON object (parse() and stringify())
- CSP error: https://web.dev/articles/csp?utm_source=devtools#inline_code_is_considered_harmful
- API chrome tabs
- objects in arrays
- Download the project in your local
- Open Chrome browser
- Type in the url: chrome://extensions/
- Enable Developer Mode in the Chrome Extension page (you can find this in the upper right most part within the page)
- Click the "Load unpacked" button (This will open your My Computer Files directory for Windows or Finder for Mac users)
- Choose the project that you just downloaded to unpacked
- Click the puzzle icon and open the extension named Eubie's URL Tracker
I would recommend you to clone and rename this project so that you can use it for your own needs as it is an example project. This boilerplate is a nice place to start.
Please use the issue tab above to report any problems you encountered or suggestions you have for improving this project. Please make mention to the issue you created if you would like to submit a pull request. I'm grateful.