paGen

Password Generator. Easy. Simple.

Co to jest paGen?

paGen to rozszerzenie Chrome opracowane przez http://emotionloop.com, a jego główną funkcją jest „Password Generator. Easy. Simple.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia paGen

Pobierz pliki rozszerzeń paGen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
Oficjalny URL https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
Opis Password Generator. Easy. Simple.
Rozmiar pliku 25.17 KB
Liczba instalacji 53
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2013-01-14
Data Publikacji 2013-01-14
Deweloper http://emotionloop.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://emotionloop.com
Adres URL Strony Pomocy http://support.emotionloop.com
Obsługiwane Języki 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"
}