Delayed Autocomplete=on
Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.
Delayed Autocomplete=on क्या है?
Delayed Autocomplete=on breakthestatic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Delayed Autocomplete=on एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | bamiiepfegobbdhbcgandggengdnhbfk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/delayed-autocompleteon/bamiiepfegobbdhbcgandggengdnhbfk |
विवरण | Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready. |
फ़ाइल का आकार | 32.11 KB |
स्थापना संख्या | 175 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2014-03-04 |
प्रकाशन तिथि | 2014-03-04 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | breakthestatic |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Delayed Autocomplete=on", "description": "Converts autocomplete fields to on, using delayed calls so ajax loaded forms are converted since they're not bound to DOM ready.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "action.js" ] } ] } |