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

https://github.com/nini22p/password-generator


https://github.com/nini22p/password-generator

chrome-extension edge-extension fluent-ui password password-generator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Password Generator / 密码生成器

A Chromium extension that can generate random passwords. / 一款能够生成随机密码的 Chromium 扩展。

Now is ~~only on~~ [Microsoft Edge Extensions](https://microsoftedge.microsoft.com/addons/detail/ijhnfjekokmndkhhllflkamghhlipafn) | [GitHub Page](https://nini22p.github.io/password-generator/) | [GitHub Release](https://github.com/nini22P/password-generator/releases)

## How to build / 如何编译
``` shell
git clone https://github.com/nini22P/password-generator.git
npm install && npm run build
```