Password Generator

Generate a strong password with the click of a button

Что такое Password Generator?

Password Generator - это расширение Chrome, разработанное generatepassextension, и его основная функция - "Generate a strong password with the click of a button".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Password Generator

Скачайте файлы расширений Password Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

Основная информация о расширении

Название Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
Официальный URL https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Описание Generate a strong password with the click of a button
Размер файла 60.63 KB
Количество установок 100
Текущая Версия 1.0
Последнее Обновление 2021-03-20
Дата публикации 2021-03-19
Рейтинг 5.00/5 Всего 2 оценок
Разработчик generatepassextension
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}