Anna Assistant
Your Personal Assistant on Google Chrome.
Anna Assistant là gì?
Anna Assistant là một tiện ích mở rộng Chrome được phát triển bởi Capsule Corp, và tính năng chính của nó là "Your Personal Assistant on 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 Anna Assistant
Tải xuống các tệp mở rộng Anna Assistant 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
Your Personal Assistant on Google Chrome Just say "hey" before a request, and ANNA is their to do it. Talk to ANNA to have your work automated Explore what ANNA can do What's on Screen? Take Screenshot Small talks Youtube Maps Open a website Tweet Safe Mode Motivate Tell a Joke Mail Places Search Optimized Weather If I don't understand Close tabs Talking to ANNA is an easier, faster and cool way to get your stuff done With a redesined interface ANNA is more powerfull than ever And the more you use ANNA the better it knows what that need at that moment See github docs for more features and docs
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kmkkgdkinnjokklbfloikdbdohbiklog |
URL Chính Thức | https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog |
Mô tả | Your Personal Assistant on Google Chrome. |
Kích Thước Tệp | 9.58 MB |
Số Lần Cài Đặt | 179 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2020-12-22 |
Ngày Phát Hành | 2020-12-22 |
Đánh Giá | 3.89/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Capsule Corp |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://anna-assistant.github.io/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anna Assistant", "short_name": "Anna", "version": "1.5", "description": "Your Personal Assistant on Google Chrome.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/on-off-switch.js", "js\/on-off-switch-onload.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Anna", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "webNavigation", "*:\/\/*\/*", " |