paGen
Password Generator. Easy. Simple.
O que é paGen?
paGen é uma extensão do Chrome desenvolvida por http://emotionloop.com, e sua principal característica é "Password Generator. Easy. Simple.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão paGen
Baixe arquivos de extensão paGen 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
paGen is a Google Chrome extension, that will help you by generating random passwords. We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one. It has a simple and easy to use interface. You can get its source at https://github.com/emotionLoop/paGen
Informações Básicas da Extensão
Nome | |
ID | eligfkfpdmeloopcoighgpdgedhnoool |
URL Oficial | https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool |
Descrição | Password Generator. Easy. Simple. |
Tamanho do Arquivo | 25.17 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.1.0 |
Última Atualização | 2013-01-14 |
Data de Publicação | 2013-01-14 |
Desenvolvedor | http://emotionloop.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://emotionloop.com |
URL da Página de Ajuda | http://support.emotionloop.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "description": "__MSG_description__", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "icon.png" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon.png" }, "default_locale": "en", "incognito": "split" } |