Anna Assistant
Your Personal Assistant on Google Chrome.
什麼是Anna Assistant?
Anna Assistant是由Capsule Corp開發的Chrome擴展程式,該擴展的主要功能是“Your Personal Assistant on Google Chrome.”。
擴展截圖
下載Anna Assistant擴展crx文件
下載Anna Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | kmkkgdkinnjokklbfloikdbdohbiklog |
官方網址 | https://chrome.google.com/webstore/detail/anna-assistant/kmkkgdkinnjokklbfloikdbdohbiklog |
簡介 | Your Personal Assistant on Google Chrome. |
檔案大小 | 9.58 MB |
安裝次數 | 179 |
目前版本 | 1.5 |
更新時間 | 2020-12-22 |
上架時間 | 2020-12-22 |
評分 | 3.89/5 共 19 次評分 |
開發者 | Capsule Corp |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://anna-assistant.github.io/ |
支援的語言 | 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", "*:\/\/*\/*", " |