Password to text

Changes password type to text

O que é Password to text?

Password to text é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Changes password type to text".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Password to text

Baixe arquivos de extensão Password to text 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

                        Allows you to unhide your password while you are typing it in, to make sure that there is not a typo.  

This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.                    

Informações Básicas da Extensão

Nome Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
URL Oficial https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
Descrição Changes password type to text
Tamanho do Arquivo 6.48 KB
Contagem de Instalações 112
Versão Atual 1
Última Atualização 2019-09-27
Data de Publicação 2019-09-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password to text",
    "version": "1",
    "manifest_version": 2,
    "description": "Changes password type to text",
    "background": {
        "scripts": [
            "background.js"
        ],
        "icons": "32: icon.png",
        "credit": "Lock And Unlock Icon #10739<\/a>"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}