cleves0315 / potato-tag-boilerplate

a chrome extension boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

potato-tag-boilerplate

npm npm npm

Quick Overview

npm install
npm start

Introduction

This is a Chrome extension boilerplate that helps you develop and write modern Javascript code modularly and automatically re-refresh the browser when code changes.

This boilerplate content:

Usage

  1. Check if your Node.js version is >= 14
  2. Clone this repository
  3. Run npm install
  4. Run npm start
  5. Change the name of your extension on src/manifest.json
  6. Load your extension on Chrome /dist
  7. Enjoy it!

Packing

After the development of your extension run the command

$ npm run build

example

Potato Sign

About

a chrome extension boilerplate

License:MIT License


Languages

Language:JavaScript 75.6%Language:TypeScript 16.9%Language:HTML 7.4%