Password Maker
Secure password maker
O que é Password Maker?
Password Maker é uma extensão do Chrome desenvolvida por tillderoquefeuil, e sua principal característica é "Secure password maker".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Password Maker
Baixe arquivos de extensão Password Maker 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
Thanks to PasswordMaker App, you'll be able to generate a secure password (lowercase, uppercase, special characters and numbers). All you need is a (secret) PIN, a safe word and to define a name foreach password (for exemple the site's name you're trying to log in). Nothing is saved in the app, it's only a password calculator (that provides you the same password each time *of course*). You have some options like the number of characters, only numeric password and special characters. By default, the of number of characters is 16 and special characters are on. The password generated is copied in the clipboard and if the active tab contains a password input it will fill it.
Informações Básicas da Extensão
Nome | Password Maker |
ID | hecajkidojdekapmckfchajbphefecpk |
URL Oficial | https://chromewebstore.google.com/detail/password-maker/hecajkidojdekapmckfchajbphefecpk |
Descrição | Secure password maker |
Tamanho do Arquivo | 37.25 KB |
Contagem de Instalações | 34 |
Versão Atual | 3.2 |
Última Atualização | 2020-04-29 |
Data de Publicação | 2020-04-29 |
Desenvolvedor | tillderoquefeuil |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Maker", "short_name": "PM", "version": "3.2", "manifest_version": 2, "description": "Secure password maker", "browser_action": { "default_popup": ".\/html\/main.html", "default_icon": ".\/icons\/icon.png" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "storage", "activeTab", "tabs" ] } |