TypeLikeMe Typing Assistant
Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.
What is TypeLikeMe Typing Assistant?
TypeLikeMe Typing Assistant is a Chrome extension developed by https://typelike.me, and its main feature is "Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.".
Extension Screenshots
Download TypeLikeMe Typing Assistant Extension CRX File
Download TypeLikeMe Typing Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TypeLikeMe Typing Assistant |
ID | mpojcgdfdaepeljoimbladceffmdbpad |
Official URL | https://chromewebstore.google.com/detail/typelikeme-typing-assista/mpojcgdfdaepeljoimbladceffmdbpad |
Description | Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me. |
File Size | 256 KB |
Installation Count | 132 |
Current Version | 0.4.2 |
Last Updated | 2019-08-20 |
Publish Date | 2019-08-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://typelike.me |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |