generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
Что такое generate password?
generate password - это расширение Chrome, разработанное REJECTED, и его основная функция - "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".
Снимки экрана расширения
Скачать файл CRX расширения generate password
Скачайте файлы расширений generate password в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
Основная информация о расширении
Название | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
Официальный URL | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
Описание | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
Размер файла | 32.41 KB |
Количество установок | 71 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2017-11-26 |
Дата публикации | 2017-11-26 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | REJECTED |
Тип оплаты | free |
Официальный сайт расширения | https://generate-password.net/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |