Cyberx Password Generator
Cyberx Password Generator
Что такое Cyberx Password Generator?
Cyberx Password Generator - это расширение Chrome, разработанное https://dodu.it, и его основная функция - "Cyberx Password Generator".
Снимки экрана расширения
Скачать файл CRX расширения Cyberx Password Generator
Скачайте файлы расширений Cyberx Password Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Lightweight, Simple, Easy and Fast Password Generator.
-------------------
Features:
-------------------
- automatic password copy to clipboard
- easy to use
- generates strong passwords (upper case, lowercase, numbers and symbols)
- lightweight extension (about 30KB)
- Exclusion of dubious characters (like letter O that could be confused with o or 0);
Updates:
- fixed layout
- stronger passwords Основная информация о расширении
| Название | |
| ID | mhdpbjioaheebpjjbkglnkljmmgbiedb |
| Официальный URL | https://chromewebstore.google.com/detail/cyberx-password-generator/mhdpbjioaheebpjjbkglnkljmmgbiedb |
| Описание | Cyberx Password Generator |
| Размер файла | 30.14 KB |
| Количество установок | 96 |
| Текущая Версия | 3.5.0 |
| Последнее Обновление | 2023-10-02 |
| Дата публикации | 2013-10-20 |
| Рейтинг | 4.25/5 Всего 4 оценок |
| Разработчик | https://dodu.it |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Cyberx Password Generator",
"description": "Cyberx Password Generator",
"version": "3.5.0",
"icons": {
"128": "images\/icon_128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite"
]
} | |