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 |
公式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" ] } ] } |