Auto-complete
Auto-complete for the desktop web.
什麼是Auto-complete?
Auto-complete是由Mike Holly開發的Chrome擴展程式,該擴展的主要功能是“Auto-complete for the desktop web.”。
擴展截圖
下載Auto-complete擴展crx文件
下載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
擴展基本資訊
名稱 | Auto-complete |
ID | aoifdlchnbljhopodkpaieedbchgjpmo |
官方網址 | 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" ] } ] } |