Autocomplete on

Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.

O que é Autocomplete on?

Autocomplete on é uma extensão do Chrome desenvolvida por Tomas Kafka, e sua principal característica é "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".

Baixar o arquivo CRX da Extensão Autocomplete on

Baixe arquivos de extensão Autocomplete on 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

                        autocomplete_on
===============

chrome extension to turn on autocomplete


https://chrome.google.com/webstore/detail/autocomplete-on/gdhbgagnmhdafendedikgjimegoipbnk


clone of https://chrome.google.com/webstore/detail/autocomplete-on/ecpgkdflcnofdbbkiggklcfmgbnbabhh/related

made a clone because i couldn't trust that the other one wouldn't be auto-updated and start stealing my passwords.

I don't trust any extensions that want access to all websites I visit!

Consider making your own clone :-)

source code: https://github.com/kzahel/autocomplete_on                    

Informações Básicas da Extensão

Nome Autocomplete on Autocomplete on
ID dmgaojnlejjhojlgplleamihdkffahbg
URL Oficial https://chrome.google.com/webstore/detail/autocomplete-on/dmgaojnlejjhojlgplleamihdkffahbg
Descrição Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Tamanho do Arquivo 5.71 KB
Contagem de Instalações 362
Versão Atual 1.0
Última Atualização 2017-05-30
Data de Publicação 2017-05-30
Desenvolvedor Tomas Kafka
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "autocomplete.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.",
    "icons": {
        "32": "icon32.png"
    },
    "name": "Autocomplete on",
    "version": "1.0",
    "manifest_version": 2
}