Answie

Your intelligent search assitant

Apa itu Answie?

Answie adalah ekstensi Chrome yang dikembangkan oleh https://answie.com, dan fitur utamanya adalah "Your intelligent search assitant".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Answie

Unduh file ekstensi Answie dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Answie Answie
ID dlfabbooencindafhkckoigghebcpaep
URL Resmi https://chromewebstore.google.com/detail/answie/dlfabbooencindafhkckoigghebcpaep
Deskripsi Your intelligent search assitant
Ukuran File 786 KB
Jumlah Instalasi 391
Versi Saat Ini 2023.04.11
Terakhir Diperbarui 2023-04-12
Tanggal Publikasi 2019-10-31
Penilaian 3.94/5 Total 16 Penilaian
Pengembang https://answie.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://answie.com
URL Halaman Kebijakan Privasi http://intelligentsearchassistant.com/privacy-policy.html
Bahasa yang Didukung 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'"
}