Answie

Your intelligent search assitant

Answieとは何ですか?

Answieはhttps://answie.comによって開発されたChromeの拡張機能で、その主な機能は「Your intelligent search assitant」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Answie拡張機能のCRXファイルをダウンロード

Answie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Answie helps you to find meaningful information, faster. This extension adds a small icon near Google results, which displays an extended version of the snippet, related sentences from the page, and possible answers for your questions.

Also, by clicking the icon, you can ask different questions on the existing result page. Or, you can use it on individual web pages. 

This is a question answering system based on the search results of Google. Our goal is to help knowledge workers overcome information overload and increase their productivity, as a search enhancement layer on the top of the ubiquitous search engines as a browser plugin.

This is a work in progress. Stay tuned for updates.

Please let us know how we can improve your search experience. If you have any feedback, reach us at [email protected] or click the 'Feedback' link under the results.                    

拡張機能の基本情報

名前 Answie Answie
ID dlfabbooencindafhkckoigghebcpaep
公式URL https://chromewebstore.google.com/detail/answie/dlfabbooencindafhkckoigghebcpaep
説明 Your intelligent search assitant
ファイルサイズ 786 KB
インストール数 391
現在のバージョン 2023.04.11
最終更新日 2023-04-12
公開日 2019-10-31
評価 3.94/5 合計 16 レビュー
開発者 https://answie.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://answie.com
プライバシーポリシーページのURL http://intelligentsearchassistant.com/privacy-policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/intelligentsearchassistant.com\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "2023.04.11",
    "permissions": [
        "activeTab",
        "",
        "*:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "about.html",
        "loading.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.com.tr\/*",
                "*:\/\/www.google.com.br\/*",
                "*:\/\/www.google.com.au\/*",
                "*:\/\/www.google.fr\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/www.google.ie\/*",
                "*:\/\/www.google.ca\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.cl\/*",
                "*:\/\/www.google.nl\/*",
                "*:\/\/www.google.se\/*",
                "*:\/\/www.bing.com\/*",
                "*:\/\/yandex.com.tr\/*",
                "*:\/\/yandex.ru\/*",
                "*:\/\/www.yandex.com\/*",
                "*:\/\/yandex.com\/*",
                "*:\/\/yandex.net\/*",
                "*:\/\/*.yandex.net\/*",
                "*:\/\/duckduckgo.com\/*",
                "*:\/\/*.duckduckgo.com\/*"
            ],
            "js": [
                "js\/search-result-script.js"
            ],
            "css": [
                "css\/search-result-script.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-style.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}