https://github.com/egzosn/chrome-extension-weather
https://github.com/egzosn/chrome-extension-weather
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/egzosn/chrome-extension-weather
- Owner: egzosn
- License: mit
- Created: 2020-12-05T07:27:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T07:28:01.000Z (over 5 years ago)
- Last Synced: 2025-05-15T13:10:32.863Z (about 1 year ago)
- Language: JavaScript
- Homepage: chrome-extension-weather-git-master.egzosn.vercel.app
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Chrome Extension Weather

## 安装
[](https://chrome.google.com/webstore/detail/weather/ibieofighcnndjcjchdahdiacjpmkhgf)
## 项目开发和本地安装
1. 编译插件
```bash
# 指定 node 版本
npm install -g n
sudo n 9.0.0
# 安装依赖环境
npm install
# 运行
npm start
```
2. 如果安装, 启用 Chrome 开发模式,加载 dist 目录即可。
3. 打包插件(需编译后)
```bash
./scripts/build.sh
```
## 更新日志
- [更新日志](CHANGELOG.md)
## 演示 :)

## Q&A
[反馈或建议](https://github.com/hocgin/WeatherForChrome/issues/new)
## LICENSE
[](/LICENSE)