Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T06:28:49.000Z (over 3 years ago)
- Last Synced: 2024-12-24T07:32:48.148Z (about 1 month ago)
- Topics: react, typescript, webextension, webpack4
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 2
- 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
### 删除功能
![image](https://user-images.githubusercontent.com/35420264/89875048-4fc1f780-dbef-11ea-9718-dac5f89af4b8.png)## 开发
`npm run watch`
`npm run start:firefox -- --firefox=<浏览器路径>`## 编译
`npm run build`