Auto-complete
Auto-complete for the desktop web.
ما هو Auto-complete؟
Auto-complete هو إضافة Chrome تم تطويرها بواسطة Mike Holly، والميزة الرئيسية لها هي "Auto-complete for the desktop web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto-complete
قم بتنزيل ملفات الامتداد Auto-complete بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
"Complete" brings mobile-like auto-complete to the desktop web. It helps with increasing your typing speed, acts as a spelling reference and it can learn words as you type them.
Features include:
* Auto-complete text using TAB
* Knows 100,000 of the most commonly used English words
* Learns words on the current page (does not track them remotely)
* Learns words as you type them
* Click on a suggestion to insert it معلومات أساسية عن التمديد
| الاسم | |
| ID | aoifdlchnbljhopodkpaieedbchgjpmo |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-complete/aoifdlchnbljhopodkpaieedbchgjpmo |
| الوصف | Auto-complete for the desktop web. |
| حجم الملف | 458 KB |
| عدد التثبيتات | 807 |
| النسخة الحالية | 0.1.2 |
| آخر تحديث | 2017-01-03 |
| تاريخ النشر | 2017-01-03 |
| تقييم | 2.89/5 مجموع تقييمات 9 |
| المطور | Mike Holly |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Auto-complete",
"short_name": "Auto-complete",
"description": "Auto-complete for the desktop web.",
"version": "0.1.2",
"icons": {
"540": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"main.css"
],
"js": [
"words.js",
"main.js"
]
}
]
} | |