TypeLikeMe Typing Assistant
Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.
ما هو TypeLikeMe Typing Assistant؟
TypeLikeMe Typing Assistant هو إضافة Chrome تم تطويرها بواسطة https://typelike.me، والميزة الرئيسية لها هي "Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TypeLikeMe Typing Assistant
قم بتنزيل ملفات الامتداد TypeLikeMe Typing Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | TypeLikeMe Typing Assistant |
ID | mpojcgdfdaepeljoimbladceffmdbpad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/typelikeme-typing-assista/mpojcgdfdaepeljoimbladceffmdbpad |
الوصف | Chrome extension for leveraging text predictions based on machine learning models trained via typelike.me. |
حجم الملف | 256 KB |
عدد التثبيتات | 132 |
النسخة الحالية | 0.4.2 |
آخر تحديث | 2019-08-20 |
تاريخ النشر | 2019-08-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://typelike.me |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |