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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
"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"
]
}
]
} | |