Password Generator
Password generator extension allows you to easily generate long and secure password in one click
Что такое Password Generator?
Password Generator - это расширение Chrome, разработанное https://xfox111.net, и его основная функция - "Password generator extension allows you to easily generate long and secure password in one click".
Снимки экрана расширения
Скачать файл CRX расширения Password Generator
Скачайте файлы расширений Password Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Extension for web browsers which helps you to easily generate strong passwords in one click
## Features
- Create strong passwords in one click
- Customizable generator
- Clean and simple UI
- Dark mode
## Hey, It's open-source software!
If you know how to improve this extension you can check its GitHub Repository at:
https://github.com/xfox111/PasswordGeneratorExtension
Check out release changelog on:
https://github.com/xfox111/PasswordGeneratorExtension/releases/latest Основная информация о расширении
| Название | |
| ID | jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
| Официальный URL | https://chromewebstore.google.com/detail/password-generator/jnjobgjobffgmgfnkpkjfjkkfhfikmfl |
| Описание | Password generator extension allows you to easily generate long and secure password in one click |
| Размер файла | 282 KB |
| Количество установок | 1,811 |
| Текущая Версия | 3.1.0 |
| Последнее Обновление | 2024-02-09 |
| Дата публикации | 2020-10-07 |
| Рейтинг | 3.75/5 Всего 4 оценок |
| Разработчик | https://xfox111.net |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://xfox111.net/PasswordGenerator |
| URL страницы помощи | https://xfox111.net/PasswordGenerator/issues |
| Поддерживаемые языки | en,pl,pt-BR,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.1.0",
"manifest_version": 3,
"name": "__MSG_name__",
"description": "__MSG_description__",
"author": "__MSG_author__",
"homepage_url": "https:\/\/github.com\/xfox111\/PasswordGeneratorExtension",
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"storage"
],
"action": {
"default_popup": "src\/popup.html"
}
} | |