https://github.com/mayocream/housefinder
Browser Extension base on Web Extension API with cloud data sync.
https://github.com/mayocream/housefinder
react typescript webextension webpack4
Last synced: about 1 month ago
JSON representation
Browser Extension base on Web Extension API with cloud data sync.
- Host: GitHub
- URL: https://github.com/mayocream/housefinder
- Owner: mayocream
- License: mit
- Created: 2020-08-09T17:16:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T06:28:49.000Z (about 5 years ago)
- Last Synced: 2025-10-11T17:18:34.831Z (8 months ago)
- Topics: react, typescript, webextension, webpack4
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
## HouseFinder
这个项目当 Web Extension 开发示例,以及熟悉 Webpack 配置的练手。
## 介绍
自用找租房的浏览器扩展。
目前支持的房源网:
- 链家
基于 Web Extension API 开发。
储存数据使用 storage.sync 浏览器级同步。
## Feature
### 删除功能

## 开发
`npm run watch`
`npm run start:firefox -- --firefox=<浏览器路径>`
## 编译
`npm run build`