Auto-complete

Auto-complete for the desktop web.

Cos'è Auto-complete?

Auto-complete è un'estensione di Chrome sviluppata da Mike Holly, e la sua funzione principale è "Auto-complete for the desktop web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Auto-complete

Scarica i file di estensione Auto-complete in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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                    

Informazioni di Base sull'Estensione

Nome Auto-complete Auto-complete
ID aoifdlchnbljhopodkpaieedbchgjpmo
URL Ufficiale https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo
Descrizione Auto-complete for the desktop web.
Dimensione del File 458 KB
Conteggio Installazioni 807
Versione Corrente 0.1.2
Ultimo Aggiornamento 2017-01-03
Data di Pubblicazione 2017-01-03
Valutazione 2.89/5 Totale 9 Valutazioni
Sviluppatore Mike Holly
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}