Neo
A voice-based personal assistant for Google Chrome!
Neo là gì?
Neo là một tiện ích mở rộng Chrome được phát triển bởi https://kaiknox.com, và tính năng chính của nó là "A voice-based personal assistant for Google Chrome!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Neo
Tải xuống các tệp mở rộng Neo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Neo |
ID | cblbbefgmfoppgomibiciiakdnaojhgl |
URL Chính Thức | https://chromewebstore.google.com/detail/neo/cblbbefgmfoppgomibiciiakdnaojhgl |
Mô tả | A voice-based personal assistant for Google Chrome! |
Kích Thước Tệp | 5.94 MB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 3.1.1 |
Cập Nhật Lần Cuối | 2021-08-06 |
Ngày Phát Hành | 2020-09-12 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://kaiknox.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kaiknox.com/neo/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |