Auto-complete

Auto-complete for the desktop web.

Was ist Auto-complete?

Auto-complete ist eine Chrome-Erweiterung, die von Mike Holly entwickelt wurde, und ihr Hauptmerkmal ist "Auto-complete for the desktop web.".

Erweiterungsscreenshots

screenshot

Auto-complete-Erweiterungs-CRX-Datei herunterladen

Laden Sie Auto-complete-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        "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                    

Grundlegende Informationen zur Erweiterung

Name Auto-complete Auto-complete
ID aoifdlchnbljhopodkpaieedbchgjpmo
Offizielle URL https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo
Beschreibung Auto-complete for the desktop web.
Dateigröße 458 KB
Installationsanzahl 807
Aktuelle Version 0.1.2
Letztes Update 2017-01-03
Veröffentlichungsdatum 2017-01-03
Bewertung 2.89/5 Insgesamt 9 Bewertungen
Entwickler Mike Holly
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}