Cockatoo
Secure password aggregator.
O que é Cockatoo?
Cockatoo é uma extensão do Chrome desenvolvida por https://cctoo.org, e sua principal característica é "Secure password aggregator.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cockatoo
Baixe arquivos de extensão Cockatoo 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
Secure password aggregator - a simple tool that can derive strong passwords for your numerous web accounts. From now on a single secret gesture is all you need to remember. By using a cryptographic hash function and additional information you provide (the site name and, optionally, the hash salt), this extension turns your single secret gesture (or a master-password) into a particular password for any website you need. Then, it just puts the result in an active input field in your open browser tab. Everything works in a fully autonomous manner on your device - it doesn't keep information neither locally nor sends it anywhere.
Informações Básicas da Extensão
Nome | |
ID | hbalpgjjkdhnenebiafhnjmcpjnmhpkh |
URL Oficial | https://chromewebstore.google.com/detail/cockatoo/hbalpgjjkdhnenebiafhnjmcpjnmhpkh |
Descrição | Secure password aggregator. |
Tamanho do Arquivo | 411 KB |
Contagem de Instalações | 43 |
Versão Atual | 4.4 |
Última Atualização | 2021-06-03 |
Data de Publicação | 2019-09-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://cctoo.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://cctoo.org/ccstart.html |
URL da Página de Ajuda | https://cctoo.org/autnotes.html |
URL da Página de Política de Privacidade | http://cctoo.org/ppolicy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cockatoo", "short_name": "Cockatoo", "description": "Secure password aggregator.", "author": "Alex Anderson", "version": "4.4", "icons": { "16": "icon16m.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19m.png", "38": "icon38m.png" }, "default_title": "Cockatoo", "default_popup": "cockatoo.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "activeTab" ] } |