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 |
官方網址 | 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 |
電子郵箱 | [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": [ " |