Answie

Your intelligent search assitant

Answieคืออะไร?

Answie เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://answie.com และคุณลักษณะหลักของมันคือ "Your intelligent search assitant"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Answie

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}