Autocomplete on

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

Vad är Autocomplete on?

Autocomplete on är en Chrome-tillägg utvecklad av nunnun, och dess huvudfunktion är "Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.".

Ladda ner Autocomplete on-förlängningens CRX-fil

Ladda ner Autocomplete on-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Originally a 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                    

Grundläggande Information om Tillägg

Namn Autocomplete on Autocomplete on
ID bkncfhcejmndlbbdhnkflblbefkdpgjh
Officiell webbadress https://chrome.google.com/webstore/detail/autocomplete-on/bkncfhcejmndlbbdhnkflblbefkdpgjh
Beskrivning Changes 'autocomplete=off' to 'autocomplete=on' in web pages, so your passwords will be remembered.
Filstorlek 5.26 KB
Antal Installationer 117
Aktuell Version 1.0
Senast Uppdaterad 2014-01-12
Publiceringsdatum 2014-01-12
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare nunnun
Betalningssätt free
Stödda Språk 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
}