Anna Assistant

Your Personal Assistant on Google Chrome.

什么是Anna Assistant?

Anna Assistant是由Capsule Corp开发的Chrome扩展程序,该扩展的主要功能是“Your Personal Assistant on Google Chrome.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载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                    

扩展基本信息

名称 Anna Assistant Anna Assistant
ID kmkkgdkinnjokklbfloikdbdohbiklog
官方URL 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",
        "*:\/\/*\/*",
        "",
        "activeTab",
        "bookmarks",
        "identity.email",
        "identity",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/clients1.google.com\/complete\/search"
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}