Auto-complete

Auto-complete for the desktop web.

Wat is Auto-complete?

Auto-complete is een Chrome-extensie ontwikkeld door Mike Holly, en de belangrijkste functie is "Auto-complete for the desktop web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto-complete

Download Auto-complete-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        "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                    

Basisinformatie over de Extensie

Naam Auto-complete Auto-complete
ID aoifdlchnbljhopodkpaieedbchgjpmo
Officiële URL https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo
Beschrijving Auto-complete for the desktop web.
Bestandsgrootte 458 KB
Aantal Installaties 807
Huidige Versie 0.1.2
Laatst Bijgewerkt 2017-01-03
Publicatiedatum 2017-01-03
Beoordeling 2.89/5 Totaal 9 Beoordelingen
Ontwikkelaar Mike Holly
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}