Password Generator

Generate a strong password with the click of a button

O que é Password Generator?

Password Generator é uma extensão do Chrome desenvolvida por generatepassextension, e sua principal característica é "Generate a strong password with the click of a button".

Capturas de Tela da Extensão

screenshot
screenshot
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

                        Password Generator allows you to generate secure, unique passwords with ease. Simply select the password options that suit your needs and generate your new password. Password Generator offers multiple options including customizable character length, uppercase letters, lowercase letters, symbols, and numbers. To copy the password click the copy icon and the password will automatically be saved to your clipboard ready for you to paste.                    

Informações Básicas da Extensão

Nome Password Generator Password Generator
ID dmgfleolhlbboiboibgicilbdpbdonnm
URL Oficial https://chromewebstore.google.com/detail/password-generator/dmgfleolhlbboiboibgicilbdpbdonnm
Descrição Generate a strong password with the click of a button
Tamanho do Arquivo 60.63 KB
Contagem de Instalações 100
Versão Atual 1.0
Última Atualização 2021-03-20
Data de Publicação 2021-03-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor generatepassextension
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "1.0",
    "description": "Generate a strong password with the click of a button",
    "manifest_version": 2,
    "icons": {
        "48": "password-icon-48.png",
        "128": "password-icon-48.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        ""
    ]
}