Always Autocomplete

Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.

Τι είναι το Always Autocomplete;

Το Always Autocomplete είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Cong, και η κύρια λειτουργία του είναι "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Always Autocomplete

Λήψη αρχείων επέκτασης Always Autocomplete σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension automatically changes webpage elements' autocomplete to be on. It helps you with enableing autofill feature for disabled web sites. E.g. A website doesn't want the browser to remember your user name and password, now you have a choice there.

Note:

1. It works for pure html/css/javascript web pages, not flash enabled inputs area.

2. You still have your choice to let Chrome remember your username/password or not.

How to use:

Just install the extension and all are done.
Most of sites will be enabled automatically.
For every enabled site, chrome will ask you to save the username/password or not when you log in.
To check the status of the extension, go to chrome://extensions/ and make sure the "Enabled" checkbox is checked.

When you reinstall system/chrome, or clean all you chrome data directory files, please remember to install this extension again (if you don't enable chrome extensions sync).                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Always Autocomplete Always Autocomplete
ID djcfppnajkeijjkplclmeiddkefeaiel
Επίσημο URL https://chromewebstore.google.com/detail/always-autocomplete/djcfppnajkeijjkplclmeiddkefeaiel
Περιγραφή Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.
Μέγεθος Αρχείου 12.08 KB
Αριθμός Εγκαταστάσεων 3,017
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2013-07-01
Ημερομηνία Δημοσίευσης 2013-06-30
Αξιολόγηση 3.28/5 Συνολικά 36 Αξιολογήσεις
Προγραμματιστής Cong
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "autocomplete.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites.",
    "manifest_version": 2,
    "name": "Always Autocomplete",
    "version": "1.1"
}