generate password
Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across
O que é generate password?
generate password é uma extensão do Chrome desenvolvida por REJECTED, e sua principal característica é "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão generate password
Baixe arquivos de extensão generate password 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
Generate Password.Strong Password. A strong password is key for protecting your personal info and assets online Advanced Your New Password: Remember your password: Remember your password with the first character of each word in this sentence. To prevent your passwords from being hacked by social engineering, brute force or dictionary attack method, and keep your online accounts safe, you should .
Informações Básicas da Extensão
Nome | |
ID | mbacfefhfcdpdnbbjdmhfielahaojlej |
URL Oficial | https://chrome.google.com/webstore/detail/generate-password/mbacfefhfcdpdnbbjdmhfielahaojlej |
Descrição | Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across |
Tamanho do Arquivo | 32.41 KB |
Contagem de Instalações | 71 |
Versão Atual | 1.1.1 |
Última Atualização | 2017-11-26 |
Data de Publicação | 2017-11-26 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | REJECTED |
Tipo de Pagamento | free |
Site da Extensão | https://generate-password.net/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "generate password", "version": "1.1.1", "description": "Strong Password Generator to create secure passwords that are impossible to crack on your device without sending them across ", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |