TypeLikeMe Typing Assistant
Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.
Co je TypeLikeMe Typing Assistant?
TypeLikeMe Typing Assistant je rozšíření Chrome vyvinuté https://typelike.me, a jeho hlavní funkcí je „Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření TypeLikeMe Typing Assistant
Stáhněte si soubory rozšíření TypeLikeMe Typing Assistant 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í
TypeLikeMe provides custom typing suggestions for form inputs and textareas. - Pick one of the available community trained models or - Go to https://typelike.me/model.html and use your own text to train a new model - Copy and paste the model key into the extension settings to use predictions tailored to your needs.
Základní Informace o Rozšíření
Název | TypeLikeMe Typing Assistant |
ID | mpojcgdfdaepeljoimbladceffmdbpad |
Oficiální URL | https://chromewebstore.google.com/detail/typelikeme-typing-assista/mpojcgdfdaepeljoimbladceffmdbpad |
Popis | Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me. |
Velikost souboru | 256 KB |
Počet instalací | 132 |
Aktuální Verze | 0.4.2 |
Poslední Aktualizace | 2019-08-20 |
Datum Vydání | 2019-08-20 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://typelike.me |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TypeLikeMe Typing Assistant", "version": "0.4.2", "description": "Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "background": { "scripts": [ "dist\/js\/background.js" ], "persistent": false }, "options_page": "dist\/options.html", "browser_action": { "default_popup": "dist\/popup.html", "default_icon": "dist\/icon-gray.png", "default_title": "Enable TypeLikeMe Assistant" }, "icons": { "128": "dist\/icon-128.png", "32": "dist\/icon.png" } } |