Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hocgin/chrome-extension-weather
:cloud: Chrome 天气预报/空气质量插件
https://github.com/hocgin/chrome-extension-weather
chrome chrome-extension
Last synced: 3 months ago
JSON representation
:cloud: Chrome 天气预报/空气质量插件
- Host: GitHub
- URL: https://github.com/hocgin/chrome-extension-weather
- Owner: hocgin
- License: mit
- Created: 2017-02-03T07:31:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T15:40:35.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T02:19:15.502Z (almost 2 years ago)
- Topics: chrome, chrome-extension
- Language: JavaScript
- Homepage:
- Size: 21.3 MB
- Stars: 48
- Watchers: 2
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Chrome Extension Weather
### 安装
[![Chrome Web Store](https://img.shields.io/badge/Chrome-latest-brightgreen.svg)](https://chrome.google.com/webstore/detail/weather/ibieofighcnndjcjchdahdiacjpmkhgf)
[![Edge Web Store](https://img.shields.io/badge/Edge-latest-brightgreen.svg)](https://microsoftedge.microsoft.com/addons/detail/mmjibclgkfldbhbnpcfoigijmfippfgg)### 项目开发和本地安装
1. 编译插件
```bash
# 指定 node 版本
npm install -g n
sudo n 9.0.0
# 安装依赖环境
npm install
# 运行
npm start
```2. 如果安装, 启用`开发模式`,加载 dist 目录即可。
3. 打包插件
- 3.1 打包插件(需编译后)
```bash
./scripts/build.sh
```- 3.2 触发自动构建打包
```bash
./scripts/pushtag.sh v3.1.7
```### 更新日志
- [更新日志](CHANGELOG.md)
### 演示 :)
### Q&A
[反馈或建议](https://github.com/hocgin/chrome-extension-weather/issues/new)
### 联系作者