Neo
A voice-based personal assistant for Google Chrome!
Neoとは何ですか?
Neoはhttps://kaiknox.comによって開発されたChromeの拡張機能で、その主な機能は「A voice-based personal assistant for Google Chrome!」です。
拡張機能のスクリーンショット
Neo拡張機能のCRXファイルをダウンロード
Neo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will implement a voice-based personal assistant that will allow you to do things with your voice like search Google, set reminders, translate things, set timers, get calendar events and more... It is very customizable, and allows you to change aspects like the appearance, theme, voice gender, keyword and much more... New in 3.0: - Integrations: You can now connect your Google account to Neo, and get your calendar events and unread emails, using a voice command. - Widgets: With widgets, you can now view all your information (like calendar events, reminders etc...) in a quick and easy way. - Reminders: You can now set reminders with Neo, and there's an option to program it for a specific time, so then you will get an alert.
拡張機能の基本情報
名前 | Neo |
ID | cblbbefgmfoppgomibiciiakdnaojhgl |
公式URL | https://chromewebstore.google.com/detail/neo/cblbbefgmfoppgomibiciiakdnaojhgl |
説明 | A voice-based personal assistant for Google Chrome! |
ファイルサイズ | 5.94 MB |
インストール数 | 114 |
現在のバージョン | 3.1.1 |
最終更新日 | 2021-08-06 |
公開日 | 2020-09-12 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | https://kaiknox.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://kaiknox.com/neo/ |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neo", "description": "__MSG_extension_description__", "author": "Kai K", "default_locale": "en", "browser_action": { "default_title": "Neo" }, "icons": { "128": "neo-128.png" }, "commands": { "trigger-assistant": { "suggested_key": { "default": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" }, "description": "Trigger the assistant" }, "toggle-widgets": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" }, "description": "Go to widgets" } }, "content_scripts": [ { "matches": [ " |