Auto-complete

Auto-complete for the desktop web.

Auto-complete क्या है?

Auto-complete Mike Holly द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto-complete for the desktop web."।

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

screenshot

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

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

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

                        "Complete" brings mobile-like auto-complete to the desktop web. It helps with increasing your typing speed, acts as a spelling reference and it can learn words as you type them.

Features include:

* Auto-complete text using TAB
* Knows 100,000 of the most commonly used English words
* Learns words on the current page (does not track them remotely)
* Learns words as you type them
* Click on a suggestion to insert it                    

एक्सटेंशन की मूल जानकारी

नाम Auto-complete Auto-complete
ID aoifdlchnbljhopodkpaieedbchgjpmo
आधिकारिक URL https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo
विवरण Auto-complete for the desktop web.
फ़ाइल का आकार 458 KB
स्थापना संख्या 807
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2017-01-03
प्रकाशन तिथि 2017-01-03
रेटिंग 2.89/5 कुल 9 रेटिंग्स
डेवलपर Mike Holly
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-complete",
    "short_name": "Auto-complete",
    "description": "Auto-complete for the desktop web.",
    "version": "0.1.2",
    "icons": {
        "540": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "words.js",
                "main.js"
            ]
        }
    ]
}