Auto-complete

Auto-complete for the desktop web.

Co je Auto-complete?

Auto-complete je rozšíření Chrome vyvinuté Mike Holly, a jeho hlavní funkcí je „Auto-complete for the desktop web.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Auto-complete

Stáhněte si soubory rozšíření Auto-complete ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        "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                    

Základní Informace o Rozšíření

Název Auto-complete Auto-complete
ID aoifdlchnbljhopodkpaieedbchgjpmo
Oficiální URL https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo
Popis Auto-complete for the desktop web.
Velikost souboru 458 KB
Počet instalací 807
Aktuální Verze 0.1.2
Poslední Aktualizace 2017-01-03
Datum Vydání 2017-01-03
Hodnocení 2.89/5 Celkem 9 Hodnocení
Vývojář Mike Holly
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}