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
电子邮箱 [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'"
}