JohnCido / ChromeExtensionStarterKit

Chrome extension stater kit with webpack.
MIT License
5 stars 2 forks source link
chrome chrome-extension javascript starter-kit webpack

Chrome Extension Starter Kit

Build Status Greenkeeper badge

This is a quick-start kit to help you begin your journey of developing Chrome extensions.

How-to

Design

Develop

  1. Clone or download as zip.
  2. Make sure you have Node.js Installed.
  3. Run npm run init to install webpack and npm-check-updates.
  4. Run npm start , webpack will began watching your files changes and output to develop directory.
  5. Drag develop folder and drop it in chrome://extensions/.

Release

Legal

To generate a code-friendly licenses list of direct dependecies of the project, simply run npm run licensesJSON or npm run licensesCSV. Now it's much easier to have a list of licenses in the UI.

License

MIT

Copyright (c) 2018 John Cido

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.