Password Generator

Allows you to generate customisable secure passwords on the fly.

Что такое Password Generator?

Password Generator - это расширение Chrome, разработанное https://nemrod.se, и его основная функция - "Allows you to generate customisable secure passwords on the fly.".

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

screenshot

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

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

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

                        This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.

Now simply choose the prettiest of the generated passwords and you're done! ;)

Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish.                    

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

Название Password Generator Password Generator
ID koebgfmdommchdjodkalonlpjlnbpjap
Официальный URL https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap
Описание Allows you to generate customisable secure passwords on the fly.
Размер файла 22.63 KB
Количество установок 289
Текущая Версия 0.3
Последнее Обновление 2013-06-19
Дата публикации 2013-06-19
Рейтинг 3.93/5 Всего 14 оценок
Разработчик https://nemrod.se
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://nemrod.se
URL страницы помощи http://nemrod.se/chrome-extensions/password-generator
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Allows you to generate customisable secure passwords on the fly.",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "22": "icon22.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_name": "Password Generator - click to open the generator",
        "default_icon": "icon22.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}