https://github.com/anoop-singh-dev/weather-chrome-extension
Weather Chrome Extension
https://github.com/anoop-singh-dev/weather-chrome-extension
chrome-extension webpack
Last synced: 3 months ago
JSON representation
Weather Chrome Extension
- Host: GitHub
- URL: https://github.com/anoop-singh-dev/weather-chrome-extension
- Owner: anoop-singh-dev
- Created: 2023-01-13T06:08:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T05:06:32.000Z (over 3 years ago)
- Last Synced: 2025-07-12T08:15:11.653Z (12 months ago)
- Topics: chrome-extension, webpack
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/weather-extension/jlkgifafonakjehnpikhepcgnjjbdbpn?hl=en-GB&authuser=2
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather chrome extension
## Getting Started
1. `npm i` to install dependancies
2. `npm start` to start running the fast development mode Webpack build process that bundle files into the `dist` folder
3. `npm i --save-dev ` to install new packages
## Loading The Chrome Extension for dev mode
1. Open Chrome and navigate to `chrome://extensions/`
2. Toggle on `Developer mode` in the top right corner
3. Click `Load unpacked`
4. Select the entire `dist` folder
# Important Initial Steps
1. `git init` to start a new git repo for tracking your changes, do an initial base commit with all the default files
2. Update `package.json`, important fields include `author`, `version`, `name` and `description`
3. Update `manifest.json`, important fields include `version`, `name` and `description`
4. Update `webpack.commmon.js`, the title in the `getHtmlPlugins` function should be your extension name
# Production Build
1. `npm run build` to generate a minimized production build in the `dist` folder
2. ZIP the entire `dist` folder (e.g. `dist.zip`)
3. Publish the ZIP file on the Chrome Web Store Developer Dashboard!
# Published on chrome store
[live on chrome store](https://chrome.google.com/webstore/detail/weather-extension/jlkgifafonakjehnpikhepcgnjjbdbpn?hl=en-GB&authuser=2).