Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`