KevinPy / chrome-extension

Create a Chrome extension quickly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Extension screenshot

Chrome Extension Boilerplate

Create your Wep App for Google Chrome.

Version dependencies Status devDependencies Status Donate Codacy Badge


Author: Kevin Py
Website: https://kevinpy.com


Installation

$ git clone https://github.com/KevinPy/chrome-extension.git
$ cd chrome-extension
$ npm install

Chrome Installation

  • To load your app, bring up the apps and extensions management page by clicking the settings icon and choosing Tools > Extensions.
  • Make sure the Developer mode checkbox has been selected.
  • Click the Load unpacked extension button, navigate to your app's dist folder and click OK.

Scripts

npm start : Compile and launch the Web App

About

Create a Chrome extension quickly

License:MIT License


Languages

Language:CSS 67.4%Language:JavaScript 24.4%Language:HTML 8.2%