/chrome-extension-widget-boilerplate

Add widget to every page through chrome extension, built with React, Webpack, Babel

Primary LanguageJavaScriptMIT LicenseMIT

This project is built upon this boilerplate by Michael Liu.

I've made the following changes as per my requirement:

  • Removed the NewTab configs from webpack.config.js
  • Add src/App that contains the widget that'll appear on bottom-right on allowed pages
  • It's embedded inside an iframe, on src/Content/index.js

Run yarn start to begin.

Running app on chrome browser

More ref embedding iframes: Twitter thread