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
Eメール [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\/*"
    ]
}