Password Hint
Lists out the password requirements for the current website
O que é Password Hint?
Password Hint é uma extensão do Chrome desenvolvida por Drake L, e sua principal característica é "Lists out the password requirements for the current website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Password Hint
Baixe arquivos de extensão Password Hint 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
Tired of remembering all the different password requirements for websites? Password Hint allows you to bring up the password requirement of your current website anytime by clicking the [?!] icon at the top of chrome. The user may also leave a small password hint on any website, and once saved that hint is accessible on any chrome browser that the user is logged into. Not all websites are in the database right now so if you find one please feel free to submit it to the google form: http://goo.gl/forms/YPudqMoE04 This app does not send any user data to any 3rd party servers besides Google Chrome's servers, all data stays on the users machine. Also this app IS NOT a password manager and thus is not responsible for any damages incurred if used as such. Source code here: https://github.com/drakelevy/PasswordHint
Informações Básicas da Extensão
Nome | Password Hint |
ID | okdidhmfanlihamcidabkdjmpdmnhnde |
URL Oficial | https://chromewebstore.google.com/detail/password-hint/okdidhmfanlihamcidabkdjmpdmnhnde |
Descrição | Lists out the password requirements for the current website |
Tamanho do Arquivo | 41.22 KB |
Contagem de Instalações | 65 |
Versão Atual | 1.0.8 |
Última Atualização | 2016-12-29 |
Data de Publicação | 2016-12-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Drake L |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/drakelevy/PasswordHint |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Password Hint", "manifest_version": 2, "version": "1.0.8", "description": "Lists out the password requirements for the current website", "author": "Drake Levy", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Click to see website password requirements", "default_popup": "index.html" }, "permissions": [ "tabs", "storage" ] } |