TypeLikeMe Typing Assistant
Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.
Co to jest TypeLikeMe Typing Assistant?
TypeLikeMe Typing Assistant to rozszerzenie Chrome opracowane przez https://typelike.me, a jego główną funkcją jest „Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia TypeLikeMe Typing Assistant
Pobierz pliki rozszerzeń TypeLikeMe Typing Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | TypeLikeMe Typing Assistant |
ID | mpojcgdfdaepeljoimbladceffmdbpad |
Oficjalny URL | https://chromewebstore.google.com/detail/typelikeme-typing-assista/mpojcgdfdaepeljoimbladceffmdbpad |
Opis | Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me. |
Rozmiar pliku | 256 KB |
Liczba instalacji | 132 |
Aktualna Wersja | 0.4.2 |
Ostatnia Aktualizacja | 2019-08-20 |
Data Publikacji | 2019-08-20 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://typelike.me |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |