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
- Host: GitHub
- URL: https://github.com/nini22p/password-generator
- Owner: nini22P
- License: mit
- Created: 2021-04-16T10:18:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T04:42:58.000Z (about 2 years ago)
- Last Synced: 2024-03-24T05:26:34.400Z (about 2 years ago)
- Topics: chrome-extension, edge-extension, fluent-ui, password, password-generator
- Language: JavaScript
- Homepage: https://microsoftedge.microsoft.com/addons/detail/ijhnfjekokmndkhhllflkamghhlipafn
- Size: 831 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```