Answie

Your intelligent search assitant

Qu'est-ce que Answie ?

Answie est une extension Chrome développée par https://answie.com, et sa fonction principale est "Your intelligent search assitant".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Answie

Téléchargez les fichiers d'extension Answie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Answie Answie
ID dlfabbooencindafhkckoigghebcpaep
URL Officiel https://chromewebstore.google.com/detail/answie/dlfabbooencindafhkckoigghebcpaep
Description Your intelligent search assitant
Taille du Fichier 786 KB
Nombre d'Installations 391
Version Actuelle 2023.04.11
Dernière Mise à Jour 2023-04-12
Date de Publication 2019-10-31
Évaluation 3.94/5 Total 16 Évaluations
Développeur https://answie.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://answie.com
URL de la Page de Politique de Confidentialité http://intelligentsearchassistant.com/privacy-policy.html
Langues Prises en Charge 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'"
}