Strong Password Generator

Generate strong password for the most secure.

Что такое Strong Password Generator?

Strong Password Generator - это расширение Chrome, разработанное AI Ocean, и его основная функция - "Generate strong password for the most secure.".

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

screenshot
screenshot

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

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

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

                        Generate strong and highly secure passwords, for protecting your personal info.

It's very fast and easy to use.
Just one click on the extension's icon, a strong password will be coppyed to your clipboard.

Right click on password field, Strong password will be generate, fill to the input field and copy to your clipboard.

You can change the options to make your password more memoriable.

With strong password you can protect your account better.
The algorithm to generate password is ported from lastPass.                    

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

Название Strong Password Generator Strong Password Generator
ID lpalkkjnignibpokfcdhhjamkpmppndn
Официальный URL https://chromewebstore.google.com/detail/strong-password-generator/lpalkkjnignibpokfcdhhjamkpmppndn
Описание Generate strong password for the most secure.
Размер файла 101 KB
Количество установок 932
Текущая Версия 1.1.1
Последнее Обновление 2023-04-05
Дата публикации 2015-11-09
Рейтинг 4.71/5 Всего 7 оценок
Разработчик AI Ocean
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://laptrinh.senviet.org
URL страницы помощи http://laptrinh.senviet.org
URL страницы политики конфиденциальности https://aiocean.io/pages/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Strong Password Generator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Generate strong password for the most secure.",
    "icons": {
        "16": "images\/icon16.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Strong Password Generator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}