Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kidlj/metword.extension

Browser extension for MetWord
https://github.com/kidlj/metword.extension

browser chrome-extension extension firefox-extension

Last synced: about 2 months ago
JSON representation

Browser extension for MetWord

Awesome Lists containing this project

README

        

### Browser extensions for MetWord

https://metword.co

遇见单词是一个浏览器划词翻译插件,标记你不认识的单词,在下次遇见时获得提醒。

### Branches

- Branch `main` is of Manifest V2, serving for Firefox and Safari.
- Branch `manifest_v3` is of Manifest V3, serving for Chrome and Edge.

### Build

$ npm install
$ npm run watch

### Release

$ npm install
$ npm run prod