Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 418 Bytes

Chrome Extension Boilerplate

Getting Started

  1. Copy the repo using the Use this template button
  2. Clone the copy to your local machine
  3. Inside Chrome, load the cloned directory as an unpacked extension

Update manifest.json

  • Update your extension's name, version, description, title, and icons.
  • Update the permissions array as needed.
  • Remove content and/or background scripts if not needed.