paGen

Password Generator. Easy. Simple.

Wat is paGen?

paGen is een Chrome-extensie ontwikkeld door http://emotionloop.com, en de belangrijkste functie is "Password Generator. Easy. Simple.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie paGen

Download paGen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
Officiële URL https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
Beschrijving Password Generator. Easy. Simple.
Bestandsgrootte 25.17 KB
Aantal Installaties 53
Huidige Versie 1.1.0
Laatst Bijgewerkt 2013-01-14
Publicatiedatum 2013-01-14
Ontwikkelaar http://emotionloop.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://emotionloop.com
Help Pagina-URL http://support.emotionloop.com
Ondersteunde Talen 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"
}