paGen

Password Generator. Easy. Simple.

Что такое paGen?

paGen - это расширение Chrome, разработанное http://emotionloop.com, и его основная функция - "Password Generator. Easy. Simple.".

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

screenshot
screenshot
screenshot

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

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

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

                        paGen is a Google Chrome extension, that will help you by generating random passwords.

We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one.

It has a simple and easy to use interface.

You can get its source at https://github.com/emotionLoop/paGen                    

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

Название paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
Официальный URL https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
Описание Password Generator. Easy. Simple.
Размер файла 25.17 KB
Количество установок 53
Текущая Версия 1.1.0
Последнее Обновление 2013-01-14
Дата публикации 2013-01-14
Разработчик http://emotionloop.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://emotionloop.com
URL страницы помощи http://support.emotionloop.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "incognito": "split"
}