Password Generator

Allows you to generate customisable secure passwords on the fly.

O que é Password Generator?

Password Generator é uma extensão do Chrome desenvolvida por https://nemrod.se, e sua principal característica é "Allows you to generate customisable secure passwords on the fly.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Password Generator

Baixe arquivos de extensão Password Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Password Generator Password Generator
ID koebgfmdommchdjodkalonlpjlnbpjap
URL Oficial https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap
Descrição Allows you to generate customisable secure passwords on the fly.
Tamanho do Arquivo 22.63 KB
Contagem de Instalações 289
Versão Atual 0.3
Última Atualização 2013-06-19
Data de Publicação 2013-06-19
Classificação 3.93/5 Total de 14 Avaliações
Desenvolvedor https://nemrod.se
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://nemrod.se
URL da Página de Ajuda http://nemrod.se/chrome-extensions/password-generator
Idiomas Suportados 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"
}