Code Monkey home page Code Monkey logo

chrome-ext-react-template's Introduction

Chrome Extension With React Template

History

The code in this repository is based on the following.

Creation Setup

  • create manifest.json
  • create icons for the manifest
  • npm init -y
npm i -D \
   webpack \
   webpack-cli \
   webpack-dev-server

npm run build works for commit 8d98cfb64656553005bcc919e658a06f8e705b4e

npm i -D \
   copy-webpack-plugin \
   clean-webpack-plugin \
   html-webpack-plugin

npm run build create a minimum chrome extension in dist which just has console logs for commit d46edd8ceb09fad7a0607b6ccbe0e63133d72064

npm i -D \
   @babel/core \
   @babel/preset-env \
   @babel/preset-react \
   babel-loader \
   css-loader \
   style-loader

npm i react react-dom

Add minimal react code, setup and dependencies in commit aa1ce4c070a82fbb19d99ff4872582578b6edcbf

npm i -D @types/chrome

Add communication example from popup to contentScript and background script. To help with development added chrome types and watch build script. commit tbd (but one after the above)

chrome-ext-react-template's People

Contributors

carltonj2000 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.