- Download the release
- Unzip the downloaded folder.
- Go to Chrome Extensions Page
- Turn on the Developer mode.
- Click 'Load Unpacked' and select the unzipped folder.
- This is it! You can now enjoy using the Weather Chrome Extension.
Step 1: Install node modules
npm iStep 2: Run npm start to start webpack and compile the modules into a dist/ folder.
Step 3: Now you can load the unpacked folder in Chrome.
- Uses Chrome Alarms API to update and show weather of your home city every hour.
- Use Chrome Storage API to store the data.
- Content Script is used to load the weather of your home city in the current page.
- Additionally, you can see the weather of more cities using the extension.