{"id":15711118,"url":"https://github.com/qit-tools/browser-extension-password-generator-pro","last_synced_at":"2026-05-06T22:04:04.539Z","repository":{"id":240538170,"uuid":"802869585","full_name":"Qit-tools/browser-extension-password-generator-pro","owner":"Qit-tools","description":"🔒 Powerful and user-friendly browser extension/add-on with PRO features for randomly generating and checking passwords security.","archived":false,"fork":false,"pushed_at":"2024-05-24T23:47:02.000Z","size":3093,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T17:13:33.171Z","etag":null,"topics":["add-on","add-ons-for-firefox","brave","chrome","edge","extension","extension-chrome","extension-edge","extension-firefox","firefox","generator","opera","password","pro","protection","random","security","security-tools"],"latest_commit_sha":null,"homepage":"https://qit.tools/generators/password/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qit-tools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-19T13:48:36.000Z","updated_at":"2025-02-04T04:13:30.000Z","dependencies_parsed_at":"2024-10-24T09:29:51.179Z","dependency_job_id":"af82e99b-1272-426f-8988-2db6ca743704","html_url":"https://github.com/Qit-tools/browser-extension-password-generator-pro","commit_stats":null,"previous_names":["qit-tools/browser-extension-password-generator-pro"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qit-tools%2Fbrowser-extension-password-generator-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qit-tools%2Fbrowser-extension-password-generator-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qit-tools%2Fbrowser-extension-password-generator-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qit-tools%2Fbrowser-extension-password-generator-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qit-tools","download_url":"https://codeload.github.com/Qit-tools/browser-extension-password-generator-pro/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246351018,"owners_count":20763232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["add-on","add-ons-for-firefox","brave","chrome","edge","extension","extension-chrome","extension-edge","extension-firefox","firefox","generator","opera","password","pro","protection","random","security","security-tools"],"created_at":"2024-10-03T21:11:46.421Z","updated_at":"2026-05-06T22:03:59.511Z","avatar_url":"https://github.com/Qit-tools.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/deyurii"],"categories":[],"sub_categories":[],"readme":"# browser-extension-password-generator-pro\n\nPowerful and user-friendly browser extension/add-on with PRO features for randomly generating and checking passwords security.\n\n## Table of Contents\n\n- [browser-extension-password-generator-pro](#name)\n  - [Table of Contents](#table-of-contents)\n  - [Browsers](#browsers)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Build Process](#build-process)\n  - [Usage](#usage)\n  - [Contributing](#contributing)\n  - [License](#license)\n  - [Project Information](#project-information)\n  - [Keywords](#keywords)\n\n## Browsers\n- 🌐 [Chrome](https://chromewebstore.google.com/detail/fjikmpjpehingmmhoaomifbfpjchmmad)\n- 🦊 [FireFox](https://addons.mozilla.org/en-US/firefox/addon/password-generator-pro/)\n- 🎭 Opera\n- 💻 [Edge](https://microsoftedge.microsoft.com/addons/detail/hipeoleoaigikjnjdoigckbofedkcjki)\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- **Operating System**: The project is developed and tested on macOS and Ubuntu. It should also work on Windows.\n- **Node.js**: You need to have Node.js installed. This project requires Node.js version 14.18.0 or later. You can download Node.js from [here](https://nodejs.org/).\n- **Package Manager**: npm (comes with Node.js) or yarn. This project includes a `bun.lockb` file, indicating it might use Bun, a fast JavaScript runtime. Ensure you have it installed from [here](https://bun.sh/).\n\n## Installation\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/Qit-tools/browser-extension-password-generator-pro.git\n   cd browser-extension-password-generator-pro\n   ```\n\n2. **Install dependencies**:\n\n   Using npm:\n\n   ```bash\n   npm install\n   ```\n\n   Using yarn:\n\n   ```bash\n   yarn install\n   ```\n\n   Using Bun:\n\n   ```bash\n   bun install\n   ```\n\n## Build Process\n\nTo build the project and generate the extension files, follow these steps:\n\n1. **Build the project**:\n\n   Using npm:\n\n   ```bash\n   npm run build\n   ```\n\n   Using yarn:\n\n   ```bash\n   yarn build\n   ```\n\n   Using Bun:\n\n   ```bash\n   bun run build\n   ```\n\n2. The built files will be in the `dist` directory.\n\n## Usage\n\nAfter building the project, you can load the extension in your browser:\n\n1. Open your browser and navigate to the extensions page (e.g., `chrome://extensions` for Chrome).\n2. Enable \"Developer mode\".\n3. Click \"Load unpacked\" and select the `dist` directory.\n\n## Contributing\n\nTo contribute to this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add new feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Project Information\n\n- **Name**: browser-extension-password-generator-pro\n- **Version**: 0.4.4\n- **Author**: [Qit.tools](https://qit.tools/)\n- **Description**: Powerful and user-friendly browser extension/add-on with PRO features for randomly generating and checking passwords security.\n- **Homepage**: [https://qit.tools/](https://qit.tools/)\n- **Repository**: [https://github.com/Qit-tools/browser-extension-password-generator-pro.git](https://github.com/Qit-tools/browser-extension-password-generator-pro.git)\n- **Funding**: [Buy me a coffee](https://buymeacoffee.com/deyurii)\n\n## Keywords\n\n- password\n- security\n- generator\n- extension\n- add-on\n- firefox\n- edge\n- brave\n- opera\n- chrome\n- pro\n- protection\n- random\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqit-tools%2Fbrowser-extension-password-generator-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqit-tools%2Fbrowser-extension-password-generator-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqit-tools%2Fbrowser-extension-password-generator-pro/lists"}