πŸ“‚ Create Files and Organize Your Chrome Extension Folder

  1. Create a new folder
    Choose a name like text-transformer-extension for your project directory.

  2. Inside this folder, create these files:

  • manifest.json β€” This is the main settings file for your extension.
  • popup.html β€” This is the file that shows the pop-up window.
  • popup.js β€” This file will have the code that runs your extension.
  • styles.css (optional) β€” You can use this file if you want to add some custom styles.

3. (Optional)

  • Feel free to include additional HTML, JavaScript (JS), or Cascading Style Sheets (CSS) files, depending on your extension’s complexity and features.
Discussion
Awesome πŸ”₯

3

Great tutorial, thanks for sharing !

3

Insightful

3

42

4