create-browser-ext
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "create-browser-ext", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Create browser extension starter kit", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:tyom/create-browser-ext.git", |
@@ -1,2 +0,12 @@ | ||
# chrome-extension-starter | ||
Start building a Chrome extention | ||
# create-chrome-ext | ||
Yarn/NPM initialiser for building Chrome extensions. | ||
Start by running `npm init browser-ext` or `yarn create browser-ext`. | ||
Fill in a short questionnaire in UI to select the template and give your extension a name | ||
and start building the extension you want in the generated template using React/Preact | ||
with Styled Components or Emotion. | ||
You can inject a frame into the page or add controls within the extension browser action | ||
button. You can also configure options for your extensions. |
@@ -14,6 +14,10 @@ /******/ (() => { // webpackBootstrap | ||
/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react-dom */ "./node_modules/react-dom/index.js"); | ||
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./components */ "./src/components/index.tsx"); | ||
/* harmony import */ var _GlobalStyles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./GlobalStyles */ "./src/GlobalStyles.tsx"); | ||
(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.render)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("div", null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("h1", null, "OPTIONS")), document.getElementById('root')); | ||
(0,react_dom__WEBPACK_IMPORTED_MODULE_1__.render)( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_GlobalStyles__WEBPACK_IMPORTED_MODULE_3__.default, null), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_components__WEBPACK_IMPORTED_MODULE_2__.Options, null)), document.getElementById('root')); | ||
/***/ }) | ||
@@ -20,0 +24,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3652701
77
70529
13
3