Website AMA

Find answers to your questions from a webpage in natural language

Co je Website AMA?

Website AMA je rozšíření Chrome vyvinuté https://aasaanai.com, a jeho hlavní funkcí je „Find answers to your questions from a webpage in natural language“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření Website AMA

Stáhněte si soubory rozšíření Website AMA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Search for the answers to your questions on any webpage. Just ask questions naturally and get the relevant answers from the current website.                    

Základní Informace o Rozšíření

Název Website AMA Website AMA
ID ebcbnkpcfdcgmhdponcohphdhhdcpjnm
Oficiální URL https://chromewebstore.google.com/detail/website-ama/ebcbnkpcfdcgmhdponcohphdhhdcpjnm
Popis Find answers to your questions from a webpage in natural language
Velikost souboru 5.4 MB
Počet instalací 42
Aktuální Verze 0.0.1
Poslední Aktualizace 2020-05-13
Datum Vydání 2020-05-13
Vývojář https://aasaanai.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://aasaanai.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website AMA",
    "version": "0.0.1",
    "description": "Find answers to your questions from a webpage in natural language",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_title": "A popup will come",
        "default_popup": "src\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    }
}