Type Assist

Auto suggests words when you are typing. Just like on mobile

ما هو Type Assist؟

Type Assist هو إضافة Chrome تم تطويرها بواسطة madhavanmalolan، والميزة الرئيسية لها هي "Auto suggests words when you are typing. Just like on mobile".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Type Assist

قم بتنزيل ملفات الامتداد Type Assist بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        We all miss the mobile keyboard's auto suggest feature when we use our desktop or laptop. This is a simple extension to bridge that gap!

Get suggestions for words in real time when you type!

You can use the mouse to select the word you want to use or use the shortcuts :

CTRL + M : to select the first option
CTRL + < : to select the second option
CTRL + > : to select the third option

Typing on the web has never been easier!

Cheers                    

معلومات أساسية عن التمديد

الاسم Type Assist Type Assist
ID fjbbgifgieaichclomgpdofnmecefgpl
عنوان URL الرسمي https://chromewebstore.google.com/detail/type-assist/fjbbgifgieaichclomgpdofnmecefgpl
الوصف Auto suggests words when you are typing. Just like on mobile
حجم الملف 46.06 KB
عدد التثبيتات 169
النسخة الحالية 1.0
آخر تحديث 2017-09-12
تاريخ النشر 2017-09-12
تقييم 3.00/5 مجموع تقييمات 1
المطور madhavanmalolan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://madhavanmalolan.com/blog/index.php/2017/09/12/an-autosuggest-helper-for-browsers-just-like-mobile/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Type Assist",
    "version": "1.0",
    "description": "Auto suggests words when you are typing. Just like on mobile",
    "homepage_url": "http:\/\/madhavanmalolan.com\/blog\/index.php\/2017\/09\/12\/an-autosuggest-helper-for-browsers-just-like-mobile\/",
    "icons": {
        "64": "icons\/icon-typeassist-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "typeassist.js"
            ]
        }
    ]
}