Template to create a Chrome extension with TypeScript and Parcel.
Go to file Use this template
James Skemp a28c3e7126 Update README with missing install step 2023-04-19 02:21:05 +00:00
src Add initial code to generate an extension 2023-01-04 18:14:33 -06:00
.gitignore Add initial code to generate an extension 2023-01-04 18:14:33 -06:00
.parcelrc Add initial code to generate an extension 2023-01-04 18:14:33 -06:00
README.md Update README with missing install step 2023-04-19 02:21:05 +00:00
manifest.json Add initial code to generate an extension 2023-01-04 18:14:33 -06:00
package-lock.json Update all outdated packages 2023-04-18 16:25:40 -05:00
package.json Update all outdated packages 2023-04-18 16:25:40 -05:00
tsconfig.json Switch to ES2022 and add a few more details to README 2023-01-15 21:46:03 -06:00

README.md

Chrome Extension Template with TypeScript and Parcel

  1. Add code/make sure all CHANGE_ME and chrome-extension-template instances are updated.
  2. Update package.json:
    • name
    • version
    • description
    • repository
    • author
    • license
  3. npm install
  4. npm run build