Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyom/create-browser-ext
Start building a Chrome extension
https://github.com/tyom/create-browser-ext
chrome chrome-extension emotion preact react styled-components
Last synced: 15 days ago
JSON representation
Start building a Chrome extension
- Host: GitHub
- URL: https://github.com/tyom/create-browser-ext
- Owner: tyom
- License: mit
- Created: 2021-02-11T19:19:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T00:26:53.000Z (over 3 years ago)
- Last Synced: 2024-10-13T23:04:36.218Z (25 days ago)
- Topics: chrome, chrome-extension, emotion, preact, react, styled-components
- Language: TypeScript
- Homepage:
- Size: 322 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.