Always Autocomplete

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

Always Autocomplete क्या है?

Always Autocomplete Cong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes webpage elements' autocomplete to be on. It helps you with enabling autofill feature for disabled web sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Always Autocomplete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}